Html Css Color HEX #051289 Dark Blue

📋 copy color: '#051289'

red 5 ◦ green 18 ◦ blue 137

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

Shades of Dark Blue #051289

Tints of Dark Blue #051289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.25%

 BLUE value IS 137 (53.91% from 255) = 85.63%

R = 3.13%
G = 11.25%
B = 85.63%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#051289 (or 0x051289) is known color: Dark Blue. HEX triplet: 05, 12 and 89. RGB value is (5,18,137). Sum of RGB (Red+Green+Blue) = 5+18+137=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 137 (53.91% from 255 or 85.62% from 160); Max value from RGB is 137 - color contains mainly: blue. Hex color #051289 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051289 is #FAED76. Grayscale: #1B1B1B. Windows color (decimal): -16444791 or 8983045. OLE color: 8983045.

HSL color Cylindrical-coordinate representation of color #051289: hue angle of 234.09º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051289 is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 18 137 -
CMYK 0.96 0.87 0 0.46
HSL 234.09º 0.93% 0.28% -
HSV(B) 234.09º 0.96% 0.54% -
XYZ 4.79 2.27 23.85 -
YUV 27.68 189.69 111.82 -
System Red Green Blue C M Y K H S L
Decimal 5 18 137 0.96 0.87 0 0.46 234.09 0.93 0.28
Hex 5 12 89 60 57 0 2E EA 5D 1C
Octal 5 22 211 140 127 0 56 352 135 34
Binary 101 10010 10001001 1100000 1010111 0 101110 11101010 1011101 11100

Color Harmonies of #051289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051289

Black with #051289

Text Example


Text Example

White with #051289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051289; }

 p { color: rgb(5,18,137); }

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

background-color css

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

 a { background-color: rgb(5,18,137); }

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

border-color css

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

 span { border-color: rgb(5,18,137); }

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