Html Css Color HEX #051287 Dark Blue

📋 copy color: '#051287'

red 5 ◦ green 18 ◦ blue 135

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

Shades of Dark Blue #051287

Tints of Dark Blue #051287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 85.44%

R = 3.16%
G = 11.39%
B = 85.44%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#051287 (or 0x051287) is known color: Dark Blue. HEX triplet: 05, 12 and 87. RGB value is (5,18,135). Sum of RGB (Red+Green+Blue) = 5+18+135=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 135 (53.12% from 255 or 85.44% from 158); Max value from RGB is 135 - color contains mainly: blue. Hex color #051287 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051287 is #FAED78. Grayscale: #1A1A1A. Windows color (decimal): -16444793 or 8851973. OLE color: 8851973.

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

Color convert

RGB 5 18 135 -
CMYK 0.96 0.87 0 0.47
HSL 234º 0.93% 0.27% -
HSV(B) 234º 0.96% 0.53% -
XYZ 4.65 2.21 23.1 -
YUV 27.45 188.69 111.99 -
System Red Green Blue C M Y K H S L
Decimal 5 18 135 0.96 0.87 0 0.47 234 0.93 0.27
Hex 5 12 87 60 57 0 2F EA 5D 1B
Octal 5 22 207 140 127 0 57 352 135 33
Binary 101 10010 10000111 1100000 1010111 0 101111 11101010 1011101 11011

Color Harmonies of #051287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051287

Black with #051287

Text Example


Text Example

White with #051287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051287; }

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

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

background-color css

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

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

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

border-color css

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

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

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