Html Css Color HEX #0853CA Navy Blue

📋 copy color: '#0853CA'

red 8 ◦ green 83 ◦ blue 202

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

Shades of Navy Blue #0853CA

Tints of Navy Blue #0853CA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.33%

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

R = 2.73%
G = 28.33%
B = 68.94%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0853CA (or 0x0853CA) is known color: Navy Blue. HEX triplet: 08, 53 and CA. RGB value is (8,83,202). Sum of RGB (Red+Green+Blue) = 8+83+202=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 202 (79.30% from 255 or 68.94% from 293); Max value from RGB is 202 - color contains mainly: blue. Hex color #0853CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0853CA is #F7AC35. Grayscale: #494949. Windows color (decimal): -16231478 or 13259528. OLE color: 13259528.

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

Color convert

RGB 8 83 202 -
CMYK 0.96 0.59 0 0.21
HSL 216.8º 0.92% 0.41% -
HSV(B) 216.8º 0.96% 0.79% -
XYZ 13.85 10.5 57.17 -
YUV 74.14 200.15 80.82 -
System Red Green Blue C M Y K H S L
Decimal 8 83 202 0.96 0.59 0 0.21 216.8 0.92 0.41
Hex 8 53 CA 60 3B 0 15 D9 5C 29
Octal 10 123 312 140 73 0 25 331 134 51
Binary 1000 1010011 11001010 1100000 111011 0 10101 11011001 1011100 101001

Color Harmonies of #0853CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0853CA

Black with #0853CA

Text Example


Text Example

White with #0853CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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