Html Css Color HEX #124980 Dark Cerulean

📋 copy color: '#124980'

red 18 ◦ green 73 ◦ blue 128

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

Shades of Dark Cerulean #124980

Tints of Dark Cerulean #124980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.33%

 BLUE value IS 128 (50.39% from 255) = 58.45%

R = 8.22%
G = 33.33%
B = 58.45%

CMYK

 C value IS 0.86

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#124980 (or 0x124980) is known color: Dark Cerulean. HEX triplet: 12, 49 and 80. RGB value is (18,73,128). Sum of RGB (Red+Green+Blue) = 18+73+128=219 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.22% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 128 (50.39% from 255 or 58.45% from 219); Max value from RGB is 128 - color contains mainly: blue. Hex color #124980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124980 is #EDB67F. Grayscale: #3E3E3E. Windows color (decimal): -15578752 or 8407314. OLE color: 8407314.

HSL color Cylindrical-coordinate representation of color #124980: hue angle of 210º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #124980 is Cyan = 0.86, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 18 73 128 -
CMYK 0.86 0.43 0 0.50
HSL 210º 0.75% 0.29% -
HSV(B) 210º 0.86% 0.5% -
XYZ 6.53 6.45 21.32 -
YUV 62.83 164.78 96.03 -
System Red Green Blue C M Y K H S L
Decimal 18 73 128 0.86 0.43 0 0.50 210 0.75 0.29
Hex 12 49 80 56 2B 0 32 D2 4B 1D
Octal 22 111 200 126 53 0 62 322 113 35
Binary 10010 1001001 10000000 1010110 101011 0 110010 11010010 1001011 11101

Color Harmonies of #124980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124980

Black with #124980

Text Example


Text Example

White with #124980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #124980; }

 p { color: rgb(18,73,128); }

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

background-color css

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

 a { background-color: rgb(18,73,128); }

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

border-color css

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

 span { border-color: rgb(18,73,128); }

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