#127B9B

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

Shades of Cerulean #127B9B

Tints of Cerulean #127B9B

Color information

#127B9B (or 0x127B9B) is unknown color: approx Cerulean. HEX triplet: 12, 7B and 9B. RGB value is (18,123,155). Sum of RGB (Red+Green+Blue) = 18+123+155=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 155 (60.94% from 255 or 52.36% from 296); Max value from RGB is 155 - color contains mainly: blue. Hex color #127B9B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127B9B is #ED8464. Grayscale: #5F5F5F. Windows color (decimal): -15565925 or 10189586. OLE color: 10189586.

HSL color Cylindrical-coordinate representation of color #127B9B: hue angle of 194.01º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127B9B is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB18123155-
CMYK0.880.2100.39
HSL194.01º79.19%33.92%-
HSV(B)194.01º88.39%60.78%-
XYZ13.2516.6633.53-
YUV95.25161.7172.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.08%
GREEN value IS 123 (48.44% from 255) = 41.55%
BLUE value IS 155 (60.94% from 255) = 52.36%
R=6.08%
G=41.55%
B=52.36%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal181231550.880.2100.39194.0179.1933.92
Hex127B9B5815027c24f22
Octal221732331302504730211742
Binary100101111011100110111011000101010100111110000101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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