Html Css Color HEX #0856CA Navy Blue

📋 copy color: '#0856CA'

red 8 ◦ green 86 ◦ blue 202

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

Shades of Navy Blue #0856CA

Tints of Navy Blue #0856CA

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.05%

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

R = 2.7%
G = 29.05%
B = 68.24%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0856CA (or 0x0856CA) is known color: Navy Blue. HEX triplet: 08, 56 and CA. RGB value is (8,86,202). Sum of RGB (Red+Green+Blue) = 8+86+202=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 202 (79.30% from 255 or 68.24% from 296); Max value from RGB is 202 - color contains mainly: blue. Hex color #0856CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0856CA is #F7A935. Grayscale: #4B4B4B. Windows color (decimal): -16230710 or 13260296. OLE color: 13260296.

HSL color Cylindrical-coordinate representation of color #0856CA: hue angle of 215.88º 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 #0856CA is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 8 86 202 -
CMYK 0.96 0.57 0 0.21
HSL 215.88º 0.92% 0.41% -
HSV(B) 215.88º 0.96% 0.79% -
XYZ 14.09 10.97 57.25 -
YUV 75.9 199.16 79.57 -
System Red Green Blue C M Y K H S L
Decimal 8 86 202 0.96 0.57 0 0.21 215.88 0.92 0.41
Hex 8 56 CA 60 39 0 15 D8 5C 29
Octal 10 126 312 140 71 0 25 330 134 51
Binary 1000 1010110 11001010 1100000 111001 0 10101 11011000 1011100 101001

Color Harmonies of #0856CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0856CA

Black with #0856CA

Text Example


Text Example

White with #0856CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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