Html Css Color HEX #124A81 Dark Cerulean

📋 copy color: '#124A81'

red 18 ◦ green 74 ◦ blue 129

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

Shades of Dark Cerulean #124A81

Tints of Dark Cerulean #124A81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 58.37%

R = 8.14%
G = 33.48%
B = 58.37%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#124A81 (or 0x124A81) is known color: Dark Cerulean. HEX triplet: 12, 4A and 81. RGB value is (18,74,129). Sum of RGB (Red+Green+Blue) = 18+74+129=221 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.14% from 221); Green value is 74 (29.30% from 255 or 33.48% from 221); Blue value is 129 (50.78% from 255 or 58.37% from 221); Max value from RGB is 129 - color contains mainly: blue. Hex color #124A81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A81 is #EDB57E. Grayscale: #3F3F3F. Windows color (decimal): -15578495 or 8473106. OLE color: 8473106.

HSL color Cylindrical-coordinate representation of color #124A81: hue angle of 209.73º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124A81 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 74 129 -
CMYK 0.86 0.43 0 0.49
HSL 209.73º 0.76% 0.29% -
HSV(B) 209.73º 0.86% 0.51% -
XYZ 6.66 6.61 21.69 -
YUV 63.53 164.95 95.53 -
System Red Green Blue C M Y K H S L
Decimal 18 74 129 0.86 0.43 0 0.49 209.73 0.76 0.29
Hex 12 4A 81 56 2B 0 31 D2 4C 1D
Octal 22 112 201 126 53 0 61 322 114 35
Binary 10010 1001010 10000001 1010110 101011 0 110001 11010010 1001100 11101

Color Harmonies of #124A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A81

Black with #124A81

Text Example


Text Example

White with #124A81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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