Html Css Color HEX #050C90 Dark Blue

📋 copy color: '#050C90'

red 5 ◦ green 12 ◦ blue 144

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

Shades of Dark Blue #050C90

Tints of Dark Blue #050C90

RGB

 RED value IS 5 (2.34% from 255) = 3.11%

 GREEN value IS 12 (5.08% from 255) = 7.45%

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

R = 3.11%
G = 7.45%
B = 89.44%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#050C90 (or 0x050C90) is known color: Dark Blue. HEX triplet: 05, 0C and 90. RGB value is (5,12,144). Sum of RGB (Red+Green+Blue) = 5+12+144=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 12 (5.08% from 255 or 7.45% from 161); Blue value is 144 (56.64% from 255 or 89.44% from 161); Max value from RGB is 144 - color contains mainly: blue. Hex color #050C90 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050C90 is #FAF36F. Grayscale: #181818. Windows color (decimal): -16446320 or 9440261. OLE color: 9440261.

HSL color Cylindrical-coordinate representation of color #050C90: hue angle of 236.98º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050C90 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 12 144 -
CMYK 0.97 0.92 0 0.44
HSL 236.98º 0.93% 0.29% -
HSV(B) 236.98º 0.97% 0.56% -
XYZ 5.23 2.31 26.56 -
YUV 24.96 195.18 113.77 -
System Red Green Blue C M Y K H S L
Decimal 5 12 144 0.97 0.92 0 0.44 236.98 0.93 0.29
Hex 5 C 90 61 5C 0 2C ED 5D 1D
Octal 5 14 220 141 134 0 54 355 135 35
Binary 101 1100 10010000 1100001 1011100 0 101100 11101101 1011101 11101

Color Harmonies of #050C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050C90

Black with #050C90

Text Example


Text Example

White with #050C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050C90; }

 p { color: rgb(5,12,144); }

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

background-color css

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

 a { background-color: rgb(5,12,144); }

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

border-color css

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

 span { border-color: rgb(5,12,144); }

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