Html Css Color HEX #124575 Dark Cerulean

📋 copy color: '#124575'

red 18 ◦ green 69 ◦ blue 117

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

Shades of Dark Cerulean #124575

Tints of Dark Cerulean #124575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.82%

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

R = 8.82%
G = 33.82%
B = 57.35%

CMYK

 C value IS 0.85

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#124575 (or 0x124575) is known color: Dark Cerulean. HEX triplet: 12, 45 and 75. RGB value is (18,69,117). Sum of RGB (Red+Green+Blue) = 18+69+117=204 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.82% from 204); Green value is 69 (27.34% from 255 or 33.82% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #124575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124575 is #EDBA8A. Grayscale: #3A3A3A. Windows color (decimal): -15579787 or 7685394. OLE color: 7685394.

HSL color Cylindrical-coordinate representation of color #124575: hue angle of 209.09º 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 #124575 is Cyan = 0.85, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 69 117 -
CMYK 0.85 0.41 0 0.54
HSL 209.09º 0.73% 0.26% -
HSV(B) 209.09º 0.85% 0.46% -
XYZ 5.59 5.67 17.63 -
YUV 59.22 160.6 98.6 -
System Red Green Blue C M Y K H S L
Decimal 18 69 117 0.85 0.41 0 0.54 209.09 0.73 0.26
Hex 12 45 75 55 29 0 36 D1 49 1A
Octal 22 105 165 125 51 0 66 321 111 32
Binary 10010 1000101 1110101 1010101 101001 0 110110 11010001 1001001 11010

Color Harmonies of #124575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124575

Black with #124575

Text Example


Text Example

White with #124575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124575; }

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

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

background-color css

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

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

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

border-color css

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

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

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