Html Css Color HEX #124D7D Dark Cerulean

📋 copy color: '#124D7D'

red 18 ◦ green 77 ◦ blue 125

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

Shades of Dark Cerulean #124D7D

Tints of Dark Cerulean #124D7D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 35%

 BLUE value IS 125 (49.22% from 255) = 56.82%

R = 8.18%
G = 35%
B = 56.82%

CMYK

 C value IS 0.86

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#124D7D (or 0x124D7D) is known color: Dark Cerulean. HEX triplet: 12, 4D and 7D. RGB value is (18,77,125). Sum of RGB (Red+Green+Blue) = 18+77+125=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 77 (30.47% from 255 or 35% from 220); Blue value is 125 (49.22% from 255 or 56.82% from 220); Max value from RGB is 125 - color contains mainly: blue. Hex color #124D7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D7D is #EDB282. Grayscale: #404040. Windows color (decimal): -15577731 or 8211730. OLE color: 8211730.

HSL color Cylindrical-coordinate representation of color #124D7D: hue angle of 206.92º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124D7D is Cyan = 0.86, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 77 125 -
CMYK 0.86 0.38 0 0.51
HSL 206.92º 0.75% 0.28% -
HSV(B) 206.92º 0.86% 0.49% -
XYZ 6.61 6.92 20.39 -
YUV 64.83 161.95 94.6 -
System Red Green Blue C M Y K H S L
Decimal 18 77 125 0.86 0.38 0 0.51 206.92 0.75 0.28
Hex 12 4D 7D 56 26 0 33 CF 4B 1C
Octal 22 115 175 126 46 0 63 317 113 34
Binary 10010 1001101 1111101 1010110 100110 0 110011 11001111 1001011 11100

Color Harmonies of #124D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D7D

Black with #124D7D

Text Example


Text Example

White with #124D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124D7D; }

 p { color: rgb(18,77,125); }

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

background-color css

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

 a { background-color: rgb(18,77,125); }

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

border-color css

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

 span { border-color: rgb(18,77,125); }

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