Html Css Color HEX #0851DE Navy Blue

📋 copy color: '#0851DE'

red 8 ◦ green 81 ◦ blue 222

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

Shades of Navy Blue #0851DE

Tints of Navy Blue #0851DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 71.38%

R = 2.57%
G = 26.05%
B = 71.38%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0851DE (or 0x0851DE) is known color: Navy Blue. HEX triplet: 08, 51 and DE. RGB value is (8,81,222). Sum of RGB (Red+Green+Blue) = 8+81+222=311 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.57% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 222 (87.11% from 255 or 71.38% from 311); Max value from RGB is 222 - color contains mainly: blue. Hex color #0851DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0851DE is #F7AE21. Grayscale: #4A4A4A. Windows color (decimal): -16231970 or 14569736. OLE color: 14569736.

HSL color Cylindrical-coordinate representation of color #0851DE: hue angle of 219.53º 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 #0851DE is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 8 81 222 -
CMYK 0.96 0.64 0 0.13
HSL 219.53º 0.93% 0.45% -
HSV(B) 219.53º 0.96% 0.87% -
XYZ 16.23 11.21 70.42 -
YUV 75.25 210.82 80.04 -
System Red Green Blue C M Y K H S L
Decimal 8 81 222 0.96 0.64 0 0.13 219.53 0.93 0.45
Hex 8 51 DE 60 40 0 D DC 5D 2D
Octal 10 121 336 140 100 0 15 334 135 55
Binary 1000 1010001 11011110 1100000 1000000 0 1101 11011100 1011101 101101

Color Harmonies of #0851DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0851DE

Black with #0851DE

Text Example


Text Example

White with #0851DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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