Html Css Color HEX #124C72 Dark Cerulean

📋 copy color: '#124C72'

red 18 ◦ green 76 ◦ blue 114

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

Shades of Dark Cerulean #124C72

Tints of Dark Cerulean #124C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 54.81%

R = 8.65%
G = 36.54%
B = 54.81%

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

#124C72 (or 0x124C72) is known color: Dark Cerulean. HEX triplet: 12, 4C and 72. RGB value is (18,76,114). Sum of RGB (Red+Green+Blue) = 18+76+114=208 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.65% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #124C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C72 is #EDB38D. Grayscale: #3E3E3E. Windows color (decimal): -15577998 or 7490578. OLE color: 7490578.

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

Color convert

RGB 18 76 114 -
CMYK 0.84 0.33 0 0.55
HSL 203.75º 0.73% 0.26% -
HSV(B) 203.75º 0.84% 0.45% -
XYZ 5.87 6.51 16.87 -
YUV 62.99 156.78 95.91 -
System Red Green Blue C M Y K H S L
Decimal 18 76 114 0.84 0.33 0 0.55 203.75 0.73 0.26
Hex 12 4C 72 54 21 0 37 CC 49 1A
Octal 22 114 162 124 41 0 67 314 111 32
Binary 10010 1001100 1110010 1010100 100001 0 110111 11001100 1001001 11010

Color Harmonies of #124C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C72

Black with #124C72

Text Example


Text Example

White with #124C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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