#127A9F

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

Shades of Cerulean #127A9F

Tints of Cerulean #127A9F

Color information

#127A9F (or 0x127A9F) is unknown color: approx Cerulean. HEX triplet: 12, 7A and 9F. RGB value is (18,122,159). Sum of RGB (Red+Green+Blue) = 18+122+159=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 159 (62.5% from 255 or 53.18% from 299); Max value from RGB is 159 - color contains mainly: blue. Hex color #127A9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127A9F is #ED8560. Grayscale: #5E5E5E. Windows color (decimal): -15566177 or 10451474. OLE color: 10451474.

HSL color Cylindrical-coordinate representation of color #127A9F: hue angle of 195.74º 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 #127A9F is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB18122159-
CMYK0.890.2300.38
HSL195.74º79.66%34.71%-
HSV(B)195.74º88.68%62.35%-
XYZ13.4716.5535.29-
YUV95.12164.0472.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.02%
GREEN value IS 122 (48.05% from 255) = 40.80%
BLUE value IS 159 (62.5% from 255) = 53.18%
R=6.02%
G=40.80%
B=53.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal181221590.890.2300.38195.7479.6634.71
Hex127A9F5917026c45023
Octal221722371312704630412043
Binary100101111010100111111011001101110100110110001001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,122,159); }

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

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

 a { background-color: rgb(18,122,159); }

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

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

 span { border-color: rgb(18,122,159); }

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