Html Css Color HEX #124C73 Dark Cerulean

📋 copy color: '#124C73'

red 18 ◦ green 76 ◦ blue 115

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

Shades of Dark Cerulean #124C73

Tints of Dark Cerulean #124C73

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.36%

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

R = 8.61%
G = 36.36%
B = 55.02%

CMYK

 C value IS 0.84

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#124C73 (or 0x124C73) is known color: Dark Cerulean. HEX triplet: 12, 4C and 73. RGB value is (18,76,115). Sum of RGB (Red+Green+Blue) = 18+76+115=209 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.61% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #124C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C73 is #EDB38C. Grayscale: #3E3E3E. Windows color (decimal): -15577997 or 7556114. OLE color: 7556114.

HSL color Cylindrical-coordinate representation of color #124C73: hue angle of 204.12º 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 #124C73 is Cyan = 0.84, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 76 115 -
CMYK 0.84 0.34 0 0.55
HSL 204.12º 0.73% 0.26% -
HSV(B) 204.12º 0.84% 0.45% -
XYZ 5.93 6.54 17.17 -
YUV 63.1 157.28 95.83 -
System Red Green Blue C M Y K H S L
Decimal 18 76 115 0.84 0.34 0 0.55 204.12 0.73 0.26
Hex 12 4C 73 54 22 0 37 CC 49 1A
Octal 22 114 163 124 42 0 67 314 111 32
Binary 10010 1001100 1110011 1010100 100010 0 110111 11001100 1001001 11010

Color Harmonies of #124C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C73

Black with #124C73

Text Example


Text Example

White with #124C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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