#127B9F

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

Shades of Cerulean #127B9F

Tints of Cerulean #127B9F

Color information

#127B9F (or 0x127B9F) is unknown color: approx Cerulean. HEX triplet: 12, 7B and 9F. RGB value is (18,123,159). Sum of RGB (Red+Green+Blue) = 18+123+159=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 159 (62.5% from 255 or 53% from 300); Max value from RGB is 159 - color contains mainly: blue. Hex color #127B9F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B9F is #ED8460. Grayscale: #5F5F5F. Windows color (decimal): -15565921 or 10451730. OLE color: 10451730.

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

Color convert

RGB18123159-
CMYK0.890.2300.38
HSL195.32º79.66%34.71%-
HSV(B)195.32º88.68%62.35%-
XYZ13.5916.835.33-
YUV95.71163.7172.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6%
GREEN value IS 123 (48.44% from 255) = 41%
BLUE value IS 159 (62.5% from 255) = 53%
R=6%
G=41%
B=53%

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
Decimal181231590.890.2300.38195.3279.6634.71
Hex127B9F5917026c35023
Octal221732371312704630312043
Binary100101111011100111111011001101110100110110000111010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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