#127FC0

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

Shades of Cerulean #127FC0

Tints of Cerulean #127FC0

Color information

#127FC0 (or 0x127FC0) is unknown color: approx Cerulean. HEX triplet: 12, 7F and C0. RGB value is (18,127,192). Sum of RGB (Red+Green+Blue) = 18+127+192=337 (44% of max value = 765). Red value is 18 (7.42% from 255 or 5.34% from 337); Green value is 127 (50% from 255 or 37.69% from 337); Blue value is 192 (75.39% from 255 or 56.97% from 337); Max value from RGB is 192 - color contains mainly: blue. Hex color #127FC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #127FC0 is #ED803F. Grayscale: #656565. Windows color (decimal): -15564864 or 12615442. OLE color: 12615442.

HSL color Cylindrical-coordinate representation of color #127FC0: hue angle of 202.41º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #127FC0 is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18127192-
CMYK0.910.3400.25
HSL202.41º82.86%41.18%-
HSV(B)202.41º90.62%75.29%-
XYZ17.3519.1152.64-
YUV101.82178.8968.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.34%
GREEN value IS 127 (50% from 255) = 37.69%
BLUE value IS 192 (75.39% from 255) = 56.97%
R=5.34%
G=37.69%
B=56.97%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181271920.910.3400.25202.4182.8641.18
Hex127FC05B22019ca5329
Octal221773001334203131212351
Binary100101111111110000001011011100010011001110010101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,127,192); }

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

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

 a { background-color: rgb(18,127,192); }

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

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

 span { border-color: rgb(18,127,192); }

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