#127198

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

Shades of Cerulean #127198

Tints of Cerulean #127198

Color information

#127198 (or 0x127198) is unknown color: approx Cerulean. HEX triplet: 12, 71 and 98. RGB value is (18,113,152). Sum of RGB (Red+Green+Blue) = 18+113+152=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 113 (44.53% from 255 or 39.93% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #127198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127198 is #ED8E67. Grayscale: #585858. Windows color (decimal): -15568488 or 9990418. OLE color: 9990418.

HSL color Cylindrical-coordinate representation of color #127198: hue angle of 197.46º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127198 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB18113152-
CMYK0.880.2600.40
HSL197.46º78.82%33.33%-
HSV(B)197.46º88.16%59.61%-
XYZ11.8214.2131.82-
YUV89.04163.5377.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.36%
GREEN value IS 113 (44.53% from 255) = 39.93%
BLUE value IS 152 (59.77% from 255) = 53.71%
R=6.36%
G=39.93%
B=53.71%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal181131520.880.2600.40197.4678.8233.33
Hex127198581A028c54f21
Octal221612301303205030511741
Binary100101110001100110001011000110100101000110001011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127198; }

 p { color: rgb(18,113,152); }

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

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

 a { background-color: rgb(18,113,152); }

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

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

 span { border-color: rgb(18,113,152); }

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