Html Css Color HEX #127DA9 Cerulean

📋 copy color: '#127DA9'

red 18 ◦ green 125 ◦ blue 169

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

Shades of Cerulean #127DA9

Tints of Cerulean #127DA9

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.06%

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

R = 5.77%
G = 40.06%
B = 54.17%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#127DA9 (or 0x127DA9) is known color: Cerulean. HEX triplet: 12, 7D and A9. RGB value is (18,125,169). Sum of RGB (Red+Green+Blue) = 18+125+169=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 125 (49.22% from 255 or 40.06% from 312); Blue value is 169 (66.41% from 255 or 54.17% from 312); Max value from RGB is 169 - color contains mainly: blue. Hex color #127DA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127DA9 is #ED8256. Grayscale: #616161. Windows color (decimal): -15565399 or 11107602. OLE color: 11107602.

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

Color convert

RGB 18 125 169 -
CMYK 0.89 0.26 0 0.34
HSL 197.48º 0.81% 0.37% -
HSV(B) 197.48º 0.89% 0.66% -
XYZ 14.74 17.66 40.17 -
YUV 98.02 168.05 70.92 -
System Red Green Blue C M Y K H S L
Decimal 18 125 169 0.89 0.26 0 0.34 197.48 0.81 0.37
Hex 12 7D A9 59 1A 0 22 C5 51 25
Octal 22 175 251 131 32 0 42 305 121 45
Binary 10010 1111101 10101001 1011001 11010 0 100010 11000101 1010001 100101

Color Harmonies of #127DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127DA9

Black with #127DA9

Text Example


Text Example

White with #127DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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