Html Css Color HEX #124D73 Dark Cerulean

📋 copy color: '#124D73'

red 18 ◦ green 77 ◦ blue 115

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

Shades of Dark Cerulean #124D73

Tints of Dark Cerulean #124D73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 54.76%

R = 8.57%
G = 36.67%
B = 54.76%

CMYK

 C value IS 0.84

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#124D73 (or 0x124D73) is known color: Dark Cerulean. HEX triplet: 12, 4D and 73. RGB value is (18,77,115). Sum of RGB (Red+Green+Blue) = 18+77+115=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 77 (30.47% from 255 or 36.67% from 210); Blue value is 115 (45.31% from 255 or 54.76% from 210); Max value from RGB is 115 - color contains mainly: blue. Hex color #124D73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #124D73 is #EDB28C. Grayscale: #3F3F3F. Windows color (decimal): -15577741 or 7556370. OLE color: 7556370.

HSL color Cylindrical-coordinate representation of color #124D73: hue angle of 203.51º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #124D73 is Cyan = 0.84, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 77 115 -
CMYK 0.84 0.33 0 0.55
HSL 203.51º 0.73% 0.26% -
HSV(B) 203.51º 0.84% 0.45% -
XYZ 6 6.67 17.19 -
YUV 63.69 156.95 95.41 -
System Red Green Blue C M Y K H S L
Decimal 18 77 115 0.84 0.33 0 0.55 203.51 0.73 0.26
Hex 12 4D 73 54 21 0 37 CC 49 1A
Octal 22 115 163 124 41 0 67 314 111 32
Binary 10010 1001101 1110011 1010100 100001 0 110111 11001100 1001001 11010

Color Harmonies of #124D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124D73

Black with #124D73

Text Example


Text Example

White with #124D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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