Html Css Color HEX #0855DB Navy Blue

📋 copy color: '#0855DB'

red 8 ◦ green 85 ◦ blue 219

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

Shades of Navy Blue #0855DB

Tints of Navy Blue #0855DB

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 2.56%
G = 27.24%
B = 70.19%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0855DB (or 0x0855DB) is known color: Navy Blue. HEX triplet: 08, 55 and DB. RGB value is (8,85,219). Sum of RGB (Red+Green+Blue) = 8+85+219=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #0855DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0855DB is #F7AA24. Grayscale: #4C4C4C. Windows color (decimal): -16230949 or 14374152. OLE color: 14374152.

HSL color Cylindrical-coordinate representation of color #0855DB: hue angle of 218.1º 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 #0855DB is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 85 219 -
CMYK 0.96 0.61 0 0.14
HSL 218.1º 0.93% 0.45% -
HSV(B) 218.1º 0.96% 0.86% -
XYZ 16.13 11.66 68.42 -
YUV 77.25 207.99 78.6 -
System Red Green Blue C M Y K H S L
Decimal 8 85 219 0.96 0.61 0 0.14 218.1 0.93 0.45
Hex 8 55 DB 60 3D 0 E DA 5D 2D
Octal 10 125 333 140 75 0 16 332 135 55
Binary 1000 1010101 11011011 1100000 111101 0 1110 11011010 1011101 101101

Color Harmonies of #0855DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0855DB

Black with #0855DB

Text Example


Text Example

White with #0855DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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