Html Css Color HEX #0855CE Navy Blue

📋 copy color: '#0855CE'

red 8 ◦ green 85 ◦ blue 206

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

Shades of Navy Blue #0855CE

Tints of Navy Blue #0855CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.9%

R = 2.68%
G = 28.43%
B = 68.9%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0855CE (or 0x0855CE) is known color: Navy Blue. HEX triplet: 08, 55 and CE. RGB value is (8,85,206). Sum of RGB (Red+Green+Blue) = 8+85+206=299 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 206 (80.86% from 255 or 68.90% from 299); Max value from RGB is 206 - color contains mainly: blue. Hex color #0855CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0855CE is #F7AA31. Grayscale: #4B4B4B. Windows color (decimal): -16230962 or 13522184. OLE color: 13522184.

HSL color Cylindrical-coordinate representation of color #0855CE: hue angle of 216.67º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0855CE is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 8 85 206 -
CMYK 0.96 0.59 0 0.19
HSL 216.67º 0.93% 0.42% -
HSV(B) 216.67º 0.96% 0.81% -
XYZ 14.49 11 59.75 -
YUV 75.77 201.49 79.66 -
System Red Green Blue C M Y K H S L
Decimal 8 85 206 0.96 0.59 0 0.19 216.67 0.93 0.42
Hex 8 55 CE 60 3B 0 13 D9 5D 2A
Octal 10 125 316 140 73 0 23 331 135 52
Binary 1000 1010101 11001110 1100000 111011 0 10011 11011001 1011101 101010

Color Harmonies of #0855CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0855CE

Black with #0855CE

Text Example


Text Example

White with #0855CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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