Html Css Color HEX #0874DE Navy Blue

📋 copy color: '#0874DE'

red 8 ◦ green 116 ◦ blue 222

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

Shades of Navy Blue #0874DE

Tints of Navy Blue #0874DE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.53%

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

R = 2.31%
G = 33.53%
B = 64.16%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0874DE (or 0x0874DE) is known color: Navy Blue. HEX triplet: 08, 74 and DE. RGB value is (8,116,222). Sum of RGB (Red+Green+Blue) = 8+116+222=346 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.31% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 222 (87.11% from 255 or 64.16% from 346); Max value from RGB is 222 - color contains mainly: blue. Hex color #0874DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0874DE is #F78B21. Grayscale: #5F5F5F. Windows color (decimal): -16223010 or 14578696. OLE color: 14578696.

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

Color convert

RGB 8 116 222 -
CMYK 0.96 0.48 0 0.13
HSL 209.72º 0.93% 0.45% -
HSV(B) 209.72º 0.96% 0.87% -
XYZ 19.53 17.82 71.52 -
YUV 95.79 199.22 65.38 -
System Red Green Blue C M Y K H S L
Decimal 8 116 222 0.96 0.48 0 0.13 209.72 0.93 0.45
Hex 8 74 DE 60 30 0 D D2 5D 2D
Octal 10 164 336 140 60 0 15 322 135 55
Binary 1000 1110100 11011110 1100000 110000 0 1101 11010010 1011101 101101

Color Harmonies of #0874DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0874DE

Black with #0874DE

Text Example


Text Example

White with #0874DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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