Html Css Color HEX #124A90 Dark Cerulean

📋 copy color: '#124A90'

red 18 ◦ green 74 ◦ blue 144

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

Shades of Dark Cerulean #124A90

Tints of Dark Cerulean #124A90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 61.02%

R = 7.63%
G = 31.36%
B = 61.02%

CMYK

 C value IS 0.88

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#124A90 (or 0x124A90) is known color: Dark Cerulean. HEX triplet: 12, 4A and 90. RGB value is (18,74,144). Sum of RGB (Red+Green+Blue) = 18+74+144=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 144 (56.64% from 255 or 61.02% from 236); Max value from RGB is 144 - color contains mainly: blue. Hex color #124A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #124A90 is #EDB56F. Grayscale: #404040. Windows color (decimal): -15578480 or 9456146. OLE color: 9456146.

HSL color Cylindrical-coordinate representation of color #124A90: hue angle of 213.33º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #124A90 is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 74 144 -
CMYK 0.88 0.49 0 0.44
HSL 213.33º 0.78% 0.32% -
HSV(B) 213.33º 0.88% 0.56% -
XYZ 7.73 7.04 27.34 -
YUV 65.24 172.45 94.31 -
System Red Green Blue C M Y K H S L
Decimal 18 74 144 0.88 0.49 0 0.44 213.33 0.78 0.32
Hex 12 4A 90 58 31 0 2C D5 4E 20
Octal 22 112 220 130 61 0 54 325 116 40
Binary 10010 1001010 10010000 1011000 110001 0 101100 11010101 1001110 100000

Color Harmonies of #124A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #124A90

Black with #124A90

Text Example


Text Example

White with #124A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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