#127FA4

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

Shades of Cerulean #127FA4

Tints of Cerulean #127FA4

Color information

#127FA4 (or 0x127FA4) is unknown color: approx Cerulean. HEX triplet: 12, 7F and A4. RGB value is (18,127,164). Sum of RGB (Red+Green+Blue) = 18+127+164=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #127FA4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127FA4 is #ED805B. Grayscale: #626262. Windows color (decimal): -15564892 or 10780434. OLE color: 10780434.

HSL color Cylindrical-coordinate representation of color #127FA4: hue angle of 195.21º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127FA4 is Cyan = 0.89, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB18127164-
CMYK0.890.2300.36
HSL195.21º80.22%35.69%-
HSV(B)195.21º89.02%64.31%-
XYZ14.5417.9937.83-
YUV98.63164.8970.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.83%
GREEN value IS 127 (50% from 255) = 41.10%
BLUE value IS 164 (64.45% from 255) = 53.07%
R=5.83%
G=41.10%
B=53.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181271640.890.2300.36195.2180.2235.69
Hex127FA45917024c35024
Octal221772441312704430312044
Binary100101111111101001001011001101110100100110000111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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