Html Css Color HEX #0867DB Navy Blue

📋 copy color: '#0867DB'

red 8 ◦ green 103 ◦ blue 219

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

Shades of Navy Blue #0867DB

Tints of Navy Blue #0867DB

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.21%

 BLUE value IS 219 (85.94% from 255) = 66.36%

R = 2.42%
G = 31.21%
B = 66.36%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0867DB (or 0x0867DB) is known color: Navy Blue. HEX triplet: 08, 67 and DB. RGB value is (8,103,219). Sum of RGB (Red+Green+Blue) = 8+103+219=330 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #0867DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0867DB is #F79824. Grayscale: #575757. Windows color (decimal): -16226341 or 14378760. OLE color: 14378760.

HSL color Cylindrical-coordinate representation of color #0867DB: hue angle of 212.99º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0867DB is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 103 219 -
CMYK 0.96 0.53 0 0.14
HSL 212.99º 0.93% 0.45% -
HSV(B) 212.99º 0.96% 0.86% -
XYZ 17.74 14.87 68.95 -
YUV 87.82 202.03 71.07 -
System Red Green Blue C M Y K H S L
Decimal 8 103 219 0.96 0.53 0 0.14 212.99 0.93 0.45
Hex 8 67 DB 60 35 0 E D5 5D 2D
Octal 10 147 333 140 65 0 16 325 135 55
Binary 1000 1100111 11011011 1100000 110101 0 1110 11010101 1011101 101101

Color Harmonies of #0867DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0867DB

Black with #0867DB

Text Example


Text Example

White with #0867DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0867DB; }

 p { color: rgb(8,103,219); }

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

background-color css

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

 a { background-color: rgb(8,103,219); }

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

border-color css

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

 span { border-color: rgb(8,103,219); }

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