#127BB4

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

Shades of Cerulean #127BB4

Tints of Cerulean #127BB4

Color information

#127BB4 (or 0x127BB4) is unknown color: approx Cerulean. HEX triplet: 12, 7B and B4. RGB value is (18,123,180). Sum of RGB (Red+Green+Blue) = 18+123+180=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #127BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127BB4 is #ED844B. Grayscale: #616161. Windows color (decimal): -15565900 or 11827986. OLE color: 11827986.

HSL color Cylindrical-coordinate representation of color #127BB4: hue angle of 201.11º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #127BB4 is Cyan = 0.9, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB18123180-
CMYK0.90.3200.29
HSL201.11º81.82%38.82%-
HSV(B)201.11º90%70.59%-
XYZ15.5717.5945.75-
YUV98.1174.2170.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.61%
GREEN value IS 123 (48.44% from 255) = 38.32%
BLUE value IS 180 (70.70% from 255) = 56.07%
R=5.61%
G=38.32%
B=56.07%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181231800.90.3200.29201.1181.8238.82
Hex127BB45A2001Dc95227
Octal221732641324003531112247
Binary100101111011101101001011010100000011101110010011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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