Html Css Color HEX #124A71 Dark Cerulean

📋 copy color: '#124A71'

red 18 ◦ green 74 ◦ blue 113

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

Shades of Dark Cerulean #124A71

Tints of Dark Cerulean #124A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.1%

 BLUE value IS 113 (44.53% from 255) = 55.12%

R = 8.78%
G = 36.1%
B = 55.12%

CMYK

 C value IS 0.84

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#124A71 (or 0x124A71) is known color: Dark Cerulean. HEX triplet: 12, 4A and 71. RGB value is (18,74,113). Sum of RGB (Red+Green+Blue) = 18+74+113=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 113 (44.53% from 255 or 55.12% from 205); Max value from RGB is 113 - color contains mainly: blue. Hex color #124A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #124A71 is #EDB58E. Grayscale: #3D3D3D. Windows color (decimal): -15578511 or 7424530. OLE color: 7424530.

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

Color convert

RGB 18 74 113 -
CMYK 0.84 0.35 0 0.56
HSL 204.63º 0.73% 0.26% -
HSV(B) 204.63º 0.84% 0.44% -
XYZ 5.68 6.22 16.52 -
YUV 61.7 156.95 96.83 -
System Red Green Blue C M Y K H S L
Decimal 18 74 113 0.84 0.35 0 0.56 204.63 0.73 0.26
Hex 12 4A 71 54 23 0 38 CD 49 1A
Octal 22 112 161 124 43 0 70 315 111 32
Binary 10010 1001010 1110001 1010100 100011 0 111000 11001101 1001001 11010

Color Harmonies of #124A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A71

Black with #124A71

Text Example


Text Example

White with #124A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,74,113); }

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

background-color css

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

 a { background-color: rgb(18,74,113); }

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

border-color css

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

 span { border-color: rgb(18,74,113); }

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