Html Css Color HEX #124C7D Dark Cerulean

📋 copy color: '#124C7D'

red 18 ◦ green 76 ◦ blue 125

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

Shades of Dark Cerulean #124C7D

Tints of Dark Cerulean #124C7D

RGB

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

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

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

R = 8.22%
G = 34.7%
B = 57.08%

CMYK

 C value IS 0.86

 M value IS 0.39

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#124C7D (or 0x124C7D) is known color: Dark Cerulean. HEX triplet: 12, 4C and 7D. RGB value is (18,76,125). Sum of RGB (Red+Green+Blue) = 18+76+125=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 76 (30.08% from 255 or 34.70% from 219); Blue value is 125 (49.22% from 255 or 57.08% from 219); Max value from RGB is 125 - color contains mainly: blue. Hex color #124C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124C7D is #EDB382. Grayscale: #3F3F3F. Windows color (decimal): -15577987 or 8211474. OLE color: 8211474.

HSL color Cylindrical-coordinate representation of color #124C7D: hue angle of 207.48º 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 #124C7D is Cyan = 0.86, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 76 125 -
CMYK 0.86 0.39 0 0.51
HSL 207.48º 0.75% 0.28% -
HSV(B) 207.48º 0.86% 0.49% -
XYZ 6.54 6.78 20.37 -
YUV 64.24 162.28 95.02 -
System Red Green Blue C M Y K H S L
Decimal 18 76 125 0.86 0.39 0 0.51 207.48 0.75 0.28
Hex 12 4C 7D 56 27 0 33 CF 4B 1C
Octal 22 114 175 126 47 0 63 317 113 34
Binary 10010 1001100 1111101 1010110 100111 0 110011 11001111 1001011 11100

Color Harmonies of #124C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124C7D

Black with #124C7D

Text Example


Text Example

White with #124C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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