#127BBA

Color #127BBA Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #127BBA

Tints of Cerulean #127BBA

Color information

#127BBA (or 0x127BBA) is unknown color: approx Cerulean. HEX triplet: 12, 7B and BA. RGB value is (18,123,186). Sum of RGB (Red+Green+Blue) = 18+123+186=327 (43% of max value = 765). Red value is 18 (7.42% from 255 or 5.50% from 327); Green value is 123 (48.44% from 255 or 37.61% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #127BBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BBA is #ED8445. Grayscale: #626262. Windows color (decimal): -15565894 or 12221202. OLE color: 12221202.

HSL color Cylindrical-coordinate representation of color #127BBA: hue angle of 202.5º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127BBA is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18123186-
CMYK0.900.3400.27
HSL202.5º82.35%40%-
HSV(B)202.5º90.32%72.94%-
XYZ16.217.8449.04-
YUV98.79177.2170.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 5.50%
GREEN value IS 123 (48.44% from 255) = 37.61%
BLUE value IS 186 (73.05% from 255) = 56.88%
R=5.50%
G=37.61%
B=56.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181231860.900.3400.27202.582.3540
Hex127BBA5A2201Bca5228
Octal221732721324203331212250
Binary100101111011101110101011010100010011011110010101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127BBA; }

 p { color: rgb(18,123,186); }

 H1.HeaderClassName
 {
   color: #127BBA;
 }
 .AnyTagClassName
 {
   color: #127BBA;
 }
</style>
background-color css

<style>
 a { background-color: #127BBA; }

 a { background-color: rgb(18,123,186); }

 div.DivClassName
 {
   background-color: #127BBA;
 }
 .BgClassName
 {
   background-color: #127BBA;
 }
</style>
border-color css

<style>
 span { border-color: #127BBA; }

 span { border-color: rgb(18,123,186); }

 td.TdClassName
 {
   border-color: #127BBA;
 }
 .TagClassName
 {
   border-color: #127BBA;
 }
</style>