Html Css Color HEX #0855DC Navy Blue

📋 copy color: '#0855DC'

red 8 ◦ green 85 ◦ blue 220

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

Shades of Navy Blue #0855DC

Tints of Navy Blue #0855DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 70.29%

R = 2.56%
G = 27.16%
B = 70.29%

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

#0855DC (or 0x0855DC) is known color: Navy Blue. HEX triplet: 08, 55 and DC. RGB value is (8,85,220). Sum of RGB (Red+Green+Blue) = 8+85+220=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 220 (86.33% from 255 or 70.29% from 313); Max value from RGB is 220 - color contains mainly: blue. Hex color #0855DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0855DC is #F7AA23. Grayscale: #4C4C4C. Windows color (decimal): -16230948 or 14439688. OLE color: 14439688.

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

Color convert

RGB 8 85 220 -
CMYK 0.96 0.61 0 0.14
HSL 218.21º 0.93% 0.45% -
HSV(B) 218.21º 0.96% 0.86% -
XYZ 16.27 11.72 69.11 -
YUV 77.37 208.49 78.52 -
System Red Green Blue C M Y K H S L
Decimal 8 85 220 0.96 0.61 0 0.14 218.21 0.93 0.45
Hex 8 55 DC 60 3D 0 E DA 5D 2D
Octal 10 125 334 140 75 0 16 332 135 55
Binary 1000 1010101 11011100 1100000 111101 0 1110 11011010 1011101 101101

Color Harmonies of #0855DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0855DC

Black with #0855DC

Text Example


Text Example

White with #0855DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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