Html Css Color HEX #124C74 Dark Cerulean

📋 copy color: '#124C74'

red 18 ◦ green 76 ◦ blue 116

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

Shades of Dark Cerulean #124C74

Tints of Dark Cerulean #124C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.24%

R = 8.57%
G = 36.19%
B = 55.24%

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

#124C74 (or 0x124C74) is known color: Dark Cerulean. HEX triplet: 12, 4C and 74. RGB value is (18,76,116). Sum of RGB (Red+Green+Blue) = 18+76+116=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 76 (30.08% from 255 or 36.19% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #124C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C74 is #EDB38B. Grayscale: #3E3E3E. Windows color (decimal): -15577996 or 7621650. OLE color: 7621650.

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

Color convert

RGB 18 76 116 -
CMYK 0.84 0.34 0 0.55
HSL 204.49º 0.73% 0.26% -
HSV(B) 204.49º 0.84% 0.45% -
XYZ 5.99 6.56 17.47 -
YUV 63.22 157.78 95.75 -
System Red Green Blue C M Y K H S L
Decimal 18 76 116 0.84 0.34 0 0.55 204.49 0.73 0.26
Hex 12 4C 74 54 22 0 37 CC 49 1A
Octal 22 114 164 124 42 0 67 314 111 32
Binary 10010 1001100 1110100 1010100 100010 0 110111 11001100 1001001 11010

Color Harmonies of #124C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C74

Black with #124C74

Text Example


Text Example

White with #124C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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