#127D9E

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

Shades of Cerulean #127D9E

Tints of Cerulean #127D9E

Color information

#127D9E (or 0x127D9E) is unknown color: approx Cerulean. HEX triplet: 12, 7D and 9E. RGB value is (18,125,158). Sum of RGB (Red+Green+Blue) = 18+125+158=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 158 (62.11% from 255 or 52.49% from 301); Max value from RGB is 158 - color contains mainly: blue. Hex color #127D9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127D9E is #ED8261. Grayscale: #606060. Windows color (decimal): -15565410 or 10386706. OLE color: 10386706.

HSL color Cylindrical-coordinate representation of color #127D9E: hue angle of 194.14º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127D9E is Cyan = 0.89, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18125158-
CMYK0.890.2100.38
HSL194.14º79.55%34.51%-
HSV(B)194.14º88.61%61.96%-
XYZ13.7517.2634.96-
YUV96.77162.5571.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.98%
GREEN value IS 125 (49.22% from 255) = 41.53%
BLUE value IS 158 (62.11% from 255) = 52.49%
R=5.98%
G=41.53%
B=52.49%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181251580.890.2100.38194.1479.5534.51
Hex127D9E5915026c25023
Octal221752361312504630212043
Binary100101111101100111101011001101010100110110000101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,125,158); }

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

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

 a { background-color: rgb(18,125,158); }

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

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

 span { border-color: rgb(18,125,158); }

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