#127297

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

Shades of Cerulean #127297

Tints of Cerulean #127297

Color information

#127297 (or 0x127297) is unknown color: approx Cerulean. HEX triplet: 12, 72 and 97. RGB value is (18,114,151). Sum of RGB (Red+Green+Blue) = 18+114+151=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 114 (44.92% from 255 or 40.28% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #127297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127297 is #ED8D68. Grayscale: #595959. Windows color (decimal): -15568233 or 9925138. OLE color: 9925138.

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

Color convert

RGB18114151-
CMYK0.880.2500.41
HSL196.69º78.7%33.14%-
HSV(B)196.69º88.08%59.22%-
XYZ11.8514.431.43-
YUV89.51162.776.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.36%
GREEN value IS 114 (44.92% from 255) = 40.28%
BLUE value IS 151 (59.38% from 255) = 53.36%
R=6.36%
G=40.28%
B=53.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal181141510.880.2500.41196.6978.733.14
Hex1272975819029c54f21
Octal221622271303105130511741
Binary100101110010100101111011000110010101001110001011001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127297; }

 p { color: rgb(18,114,151); }

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

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

 a { background-color: rgb(18,114,151); }

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

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

 span { border-color: rgb(18,114,151); }

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