Html Css Color HEX #125177 Dark Cerulean

📋 copy color: '#125177'

red 18 ◦ green 81 ◦ blue 119

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

Shades of Dark Cerulean #125177

Tints of Dark Cerulean #125177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

 BLUE value IS 119 (46.88% from 255) = 54.59%

R = 8.26%
G = 37.16%
B = 54.59%

CMYK

 C value IS 0.85

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#125177 (or 0x125177) is known color: Dark Cerulean. HEX triplet: 12, 51 and 77. RGB value is (18,81,119). Sum of RGB (Red+Green+Blue) = 18+81+119=218 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.26% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #125177 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125177 is #EDAE88. Grayscale: #424242. Windows color (decimal): -15576713 or 7819538. OLE color: 7819538.

HSL color Cylindrical-coordinate representation of color #125177: hue angle of 202.57º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125177 is Cyan = 0.85, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 81 119 -
CMYK 0.85 0.32 0 0.53
HSL 202.57º 0.74% 0.27% -
HSV(B) 202.57º 0.85% 0.47% -
XYZ 6.52 7.35 18.53 -
YUV 66.5 157.63 93.41 -
System Red Green Blue C M Y K H S L
Decimal 18 81 119 0.85 0.32 0 0.53 202.57 0.74 0.27
Hex 12 51 77 55 20 0 35 CB 4A 1B
Octal 22 121 167 125 40 0 65 313 112 33
Binary 10010 1010001 1110111 1010101 100000 0 110101 11001011 1001010 11011

Color Harmonies of #125177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125177

Black with #125177

Text Example


Text Example

White with #125177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125177; }

 p { color: rgb(18,81,119); }

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

background-color css

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

 a { background-color: rgb(18,81,119); }

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

border-color css

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

 span { border-color: rgb(18,81,119); }

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