Html Css Color HEX #0855DF Navy Blue

📋 copy color: '#0855DF'

red 8 ◦ green 85 ◦ blue 223

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

Shades of Navy Blue #0855DF

Tints of Navy Blue #0855DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.57%

R = 2.53%
G = 26.9%
B = 70.57%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0855DF (or 0x0855DF) is known color: Navy Blue. HEX triplet: 08, 55 and DF. RGB value is (8,85,223). Sum of RGB (Red+Green+Blue) = 8+85+223=316 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.53% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 223 (87.5% from 255 or 70.57% from 316); Max value from RGB is 223 - color contains mainly: blue. Hex color #0855DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0855DF is #F7AA20. Grayscale: #4D4D4D. Windows color (decimal): -16230945 or 14636296. OLE color: 14636296.

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

Color convert

RGB 8 85 223 -
CMYK 0.96 0.62 0 0.13
HSL 218.51º 0.93% 0.45% -
HSV(B) 218.51º 0.96% 0.87% -
XYZ 16.67 11.88 71.23 -
YUV 77.71 209.99 78.28 -
System Red Green Blue C M Y K H S L
Decimal 8 85 223 0.96 0.62 0 0.13 218.51 0.93 0.45
Hex 8 55 DF 60 3E 0 D DB 5D 2D
Octal 10 125 337 140 76 0 15 333 135 55
Binary 1000 1010101 11011111 1100000 111110 0 1101 11011011 1011101 101101

Color Harmonies of #0855DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0855DF

Black with #0855DF

Text Example


Text Example

White with #0855DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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