Html Css Color HEX #124775 Dark Cerulean

📋 copy color: '#124775'

red 18 ◦ green 71 ◦ blue 117

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

Shades of Dark Cerulean #124775

Tints of Dark Cerulean #124775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

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

R = 8.74%
G = 34.47%
B = 56.8%

CMYK

 C value IS 0.85

 M value IS 0.39

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#124775 (or 0x124775) is known color: Dark Cerulean. HEX triplet: 12, 47 and 75. RGB value is (18,71,117). Sum of RGB (Red+Green+Blue) = 18+71+117=206 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.74% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #124775 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124775 is #EDB88A. Grayscale: #3C3C3C. Windows color (decimal): -15579275 or 7685906. OLE color: 7685906.

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

Color convert

RGB 18 71 117 -
CMYK 0.85 0.39 0 0.54
HSL 207.88º 0.73% 0.26% -
HSV(B) 207.88º 0.85% 0.46% -
XYZ 5.71 5.92 17.67 -
YUV 60.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 18 71 117 0.85 0.39 0 0.54 207.88 0.73 0.26
Hex 12 47 75 55 27 0 36 D0 49 1A
Octal 22 107 165 125 47 0 66 320 111 32
Binary 10010 1000111 1110101 1010101 100111 0 110110 11010000 1001001 11010

Color Harmonies of #124775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124775

Black with #124775

Text Example


Text Example

White with #124775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124775; }

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

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

background-color css

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

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

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

border-color css

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

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

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