Html Css Color HEX #0851DD Navy Blue

📋 copy color: '#0851DD'

red 8 ◦ green 81 ◦ blue 221

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

Shades of Navy Blue #0851DD

Tints of Navy Blue #0851DD

RGB

 RED value IS 8 (3.52% from 255) = 2.58%

 GREEN value IS 81 (32.03% from 255) = 26.13%

 BLUE value IS 221 (86.72% from 255) = 71.29%

R = 2.58%
G = 26.13%
B = 71.29%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0851DD (or 0x0851DD) is known color: Navy Blue. HEX triplet: 08, 51 and DD. RGB value is (8,81,221). Sum of RGB (Red+Green+Blue) = 8+81+221=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 81 (32.03% from 255 or 26.13% from 310); Blue value is 221 (86.72% from 255 or 71.29% from 310); Max value from RGB is 221 - color contains mainly: blue. Hex color #0851DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0851DD is #F7AE22. Grayscale: #4A4A4A. Windows color (decimal): -16231971 or 14504200. OLE color: 14504200.

HSL color Cylindrical-coordinate representation of color #0851DD: hue angle of 219.44º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0851DD is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 81 221 -
CMYK 0.96 0.63 0 0.13
HSL 219.44º 0.93% 0.45% -
HSV(B) 219.44º 0.96% 0.87% -
XYZ 16.09 11.16 69.71 -
YUV 75.13 210.32 80.12 -
System Red Green Blue C M Y K H S L
Decimal 8 81 221 0.96 0.63 0 0.13 219.44 0.93 0.45
Hex 8 51 DD 60 3F 0 D DB 5D 2D
Octal 10 121 335 140 77 0 15 333 135 55
Binary 1000 1010001 11011101 1100000 111111 0 1101 11011011 1011101 101101

Color Harmonies of #0851DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0851DD

Black with #0851DD

Text Example


Text Example

White with #0851DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0851DD; }

 p { color: rgb(8,81,221); }

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

background-color css

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

 a { background-color: rgb(8,81,221); }

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

border-color css

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

 span { border-color: rgb(8,81,221); }

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