Html Css Color HEX #127EA9 Cerulean

📋 copy color: '#127EA9'

red 18 ◦ green 126 ◦ blue 169

#127EA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #127EA9

Tints of Cerulean #127EA9

RGB

 RED value IS 18 (7.42% from 255) = 5.75%

 GREEN value IS 126 (49.61% from 255) = 40.26%

 BLUE value IS 169 (66.41% from 255) = 53.99%

R = 5.75%
G = 40.26%
B = 53.99%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#127EA9 (or 0x127EA9) is known color: Cerulean. HEX triplet: 12, 7E and A9. RGB value is (18,126,169). Sum of RGB (Red+Green+Blue) = 18+126+169=313 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.75% from 313); Green value is 126 (49.61% from 255 or 40.26% from 313); Blue value is 169 (66.41% from 255 or 53.99% from 313); Max value from RGB is 169 - color contains mainly: blue. Hex color #127EA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127EA9 is #ED8156. Grayscale: #626262. Windows color (decimal): -15565143 or 11107858. OLE color: 11107858.

HSL color Cylindrical-coordinate representation of color #127EA9: hue angle of 197.09º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #127EA9 is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 126 169 -
CMYK 0.89 0.25 0 0.34
HSL 197.09º 0.81% 0.37% -
HSV(B) 197.09º 0.89% 0.66% -
XYZ 14.87 17.91 40.21 -
YUV 98.61 167.72 70.5 -
System Red Green Blue C M Y K H S L
Decimal 18 126 169 0.89 0.25 0 0.34 197.09 0.81 0.37
Hex 12 7E A9 59 19 0 22 C5 51 25
Octal 22 176 251 131 31 0 42 305 121 45
Binary 10010 1111110 10101001 1011001 11001 0 100010 11000101 1010001 100101

Color Harmonies of #127EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127EA9

Black with #127EA9

Text Example


Text Example

White with #127EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,126,169); }

 H1.HeaderClassName
 {
   color: #127EA9;
 }
 .AnyTagClassName
 {
   color: #127EA9;
 }
</style>

background-color css

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

 a { background-color: rgb(18,126,169); }

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

border-color css

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

 span { border-color: rgb(18,126,169); }

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