Html Css Color HEX #124475 Dark Cerulean

📋 copy color: '#124475'

red 18 ◦ green 68 ◦ blue 117

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

Shades of Dark Cerulean #124475

Tints of Dark Cerulean #124475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.5%

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

R = 8.87%
G = 33.5%
B = 57.64%

CMYK

 C value IS 0.85

 M value IS 0.42

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#124475 (or 0x124475) is known color: Dark Cerulean. HEX triplet: 12, 44 and 75. RGB value is (18,68,117). Sum of RGB (Red+Green+Blue) = 18+68+117=203 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.87% from 203); Green value is 68 (26.95% from 255 or 33.50% from 203); Blue value is 117 (46.09% from 255 or 57.64% from 203); Max value from RGB is 117 - color contains mainly: blue. Hex color #124475 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124475 is #EDBB8A. Grayscale: #3A3A3A. Windows color (decimal): -15580043 or 7685138. OLE color: 7685138.

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

Color convert

RGB 18 68 117 -
CMYK 0.85 0.42 0 0.54
HSL 209.7º 0.73% 0.26% -
HSV(B) 209.7º 0.85% 0.46% -
XYZ 5.53 5.55 17.61 -
YUV 58.64 160.94 99.02 -
System Red Green Blue C M Y K H S L
Decimal 18 68 117 0.85 0.42 0 0.54 209.7 0.73 0.26
Hex 12 44 75 55 2A 0 36 D2 49 1A
Octal 22 104 165 125 52 0 66 322 111 32
Binary 10010 1000100 1110101 1010101 101010 0 110110 11010010 1001001 11010

Color Harmonies of #124475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124475

Black with #124475

Text Example


Text Example

White with #124475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124475; }

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

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

background-color css

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

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

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

border-color css

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

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

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