Html Css Color HEX #0855CA Navy Blue

📋 copy color: '#0855CA'

red 8 ◦ green 85 ◦ blue 202

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

Shades of Navy Blue #0855CA

Tints of Navy Blue #0855CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 68.47%

R = 2.71%
G = 28.81%
B = 68.47%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0855CA (or 0x0855CA) is known color: Navy Blue. HEX triplet: 08, 55 and CA. RGB value is (8,85,202). Sum of RGB (Red+Green+Blue) = 8+85+202=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 202 (79.30% from 255 or 68.47% from 295); Max value from RGB is 202 - color contains mainly: blue. Hex color #0855CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0855CA is #F7AA35. Grayscale: #4A4A4A. Windows color (decimal): -16230966 or 13260040. OLE color: 13260040.

HSL color Cylindrical-coordinate representation of color #0855CA: hue angle of 216.19º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0855CA is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 85 202 -
CMYK 0.96 0.58 0 0.21
HSL 216.19º 0.92% 0.41% -
HSV(B) 216.19º 0.96% 0.79% -
XYZ 14.01 10.81 57.23 -
YUV 75.32 199.49 79.99 -
System Red Green Blue C M Y K H S L
Decimal 8 85 202 0.96 0.58 0 0.21 216.19 0.92 0.41
Hex 8 55 CA 60 3A 0 15 D8 5C 29
Octal 10 125 312 140 72 0 25 330 134 51
Binary 1000 1010101 11001010 1100000 111010 0 10101 11011000 1011100 101001

Color Harmonies of #0855CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0855CA

Black with #0855CA

Text Example


Text Example

White with #0855CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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