Html Css Color HEX #124675 Dark Cerulean

📋 copy color: '#124675'

red 18 ◦ green 70 ◦ blue 117

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

Shades of Dark Cerulean #124675

Tints of Dark Cerulean #124675

RGB

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

 GREEN value IS 70 (27.73% from 255) = 34.15%

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

R = 8.78%
G = 34.15%
B = 57.07%

CMYK

 C value IS 0.85

 M value IS 0.40

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#124675 (or 0x124675) is known color: Dark Cerulean. HEX triplet: 12, 46 and 75. RGB value is (18,70,117). Sum of RGB (Red+Green+Blue) = 18+70+117=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 70 (27.73% from 255 or 34.15% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #124675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124675 is #EDB98A. Grayscale: #3B3B3B. Windows color (decimal): -15579531 or 7685650. OLE color: 7685650.

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

Color convert

RGB 18 70 117 -
CMYK 0.85 0.40 0 0.54
HSL 208.48º 0.73% 0.26% -
HSV(B) 208.48º 0.85% 0.46% -
XYZ 5.65 5.79 17.65 -
YUV 59.81 160.27 98.18 -
System Red Green Blue C M Y K H S L
Decimal 18 70 117 0.85 0.40 0 0.54 208.48 0.73 0.26
Hex 12 46 75 55 28 0 36 D0 49 1A
Octal 22 106 165 125 50 0 66 320 111 32
Binary 10010 1000110 1110101 1010101 101000 0 110110 11010000 1001001 11010

Color Harmonies of #124675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124675

Black with #124675

Text Example


Text Example

White with #124675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124675; }

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

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

background-color css

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

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

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

border-color css

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

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

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