Html Css Color HEX #124075 Dark Cerulean

📋 copy color: '#124075'

red 18 ◦ green 64 ◦ blue 117

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

Shades of Dark Cerulean #124075

Tints of Dark Cerulean #124075

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.16%

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

R = 9.05%
G = 32.16%
B = 58.79%

CMYK

 C value IS 0.85

 M value IS 0.45

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#124075 (or 0x124075) is known color: Dark Cerulean. HEX triplet: 12, 40 and 75. RGB value is (18,64,117). Sum of RGB (Red+Green+Blue) = 18+64+117=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 117 (46.09% from 255 or 58.79% from 199); Max value from RGB is 117 - color contains mainly: blue. Hex color #124075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124075 is #EDBF8A. Grayscale: #383838. Windows color (decimal): -15581067 or 7684114. OLE color: 7684114.

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

Color convert

RGB 18 64 117 -
CMYK 0.85 0.45 0 0.54
HSL 212.12º 0.73% 0.26% -
HSV(B) 212.12º 0.85% 0.46% -
XYZ 5.29 5.08 17.53 -
YUV 56.29 162.26 100.69 -
System Red Green Blue C M Y K H S L
Decimal 18 64 117 0.85 0.45 0 0.54 212.12 0.73 0.26
Hex 12 40 75 55 2D 0 36 D4 49 1A
Octal 22 100 165 125 55 0 66 324 111 32
Binary 10010 1000000 1110101 1010101 101101 0 110110 11010100 1001001 11010

Color Harmonies of #124075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124075

Black with #124075

Text Example


Text Example

White with #124075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124075; }

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

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

background-color css

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

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

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

border-color css

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

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

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