Html Css Color HEX #125175 Dark Cerulean

📋 copy color: '#125175'

red 18 ◦ green 81 ◦ blue 117

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

Shades of Dark Cerulean #125175

Tints of Dark Cerulean #125175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 54.17%

R = 8.33%
G = 37.5%
B = 54.17%

CMYK

 C value IS 0.85

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#125175 (or 0x125175) is known color: Dark Cerulean. HEX triplet: 12, 51 and 75. RGB value is (18,81,117). Sum of RGB (Red+Green+Blue) = 18+81+117=216 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.33% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 117 (46.09% from 255 or 54.17% from 216); Max value from RGB is 117 - color contains mainly: blue. Hex color #125175 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #125175 is #EDAE8A. Grayscale: #424242. Windows color (decimal): -15576715 or 7688466. OLE color: 7688466.

HSL color Cylindrical-coordinate representation of color #125175: hue angle of 201.82º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #125175 is Cyan = 0.85, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 81 117 -
CMYK 0.85 0.31 0 0.54
HSL 201.82º 0.73% 0.26% -
HSV(B) 201.82º 0.85% 0.46% -
XYZ 6.4 7.3 17.9 -
YUV 66.27 156.63 93.57 -
System Red Green Blue C M Y K H S L
Decimal 18 81 117 0.85 0.31 0 0.54 201.82 0.73 0.26
Hex 12 51 75 55 1F 0 36 CA 49 1A
Octal 22 121 165 125 37 0 66 312 111 32
Binary 10010 1010001 1110101 1010101 11111 0 110110 11001010 1001001 11010

Color Harmonies of #125175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #125175

Black with #125175

Text Example


Text Example

White with #125175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #125175; }

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

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

background-color css

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

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

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

border-color css

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

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

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