Html Css Color HEX #0853DB Navy Blue

📋 copy color: '#0853DB'

red 8 ◦ green 83 ◦ blue 219

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

Shades of Navy Blue #0853DB

Tints of Navy Blue #0853DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 70.65%

R = 2.58%
G = 26.77%
B = 70.65%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0853DB (or 0x0853DB) is known color: Navy Blue. HEX triplet: 08, 53 and DB. RGB value is (8,83,219). Sum of RGB (Red+Green+Blue) = 8+83+219=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 83 (32.81% from 255 or 26.77% from 310); Blue value is 219 (85.94% from 255 or 70.65% from 310); Max value from RGB is 219 - color contains mainly: blue. Hex color #0853DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0853DB is #F7AC24. Grayscale: #4B4B4B. Windows color (decimal): -16231461 or 14373640. OLE color: 14373640.

HSL color Cylindrical-coordinate representation of color #0853DB: hue angle of 218.67º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0853DB is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 83 219 -
CMYK 0.96 0.62 0 0.14
HSL 218.67º 0.93% 0.45% -
HSV(B) 218.67º 0.96% 0.86% -
XYZ 15.98 11.35 68.37 -
YUV 76.08 208.65 79.44 -
System Red Green Blue C M Y K H S L
Decimal 8 83 219 0.96 0.62 0 0.14 218.67 0.93 0.45
Hex 8 53 DB 60 3E 0 E DB 5D 2D
Octal 10 123 333 140 76 0 16 333 135 55
Binary 1000 1010011 11011011 1100000 111110 0 1110 11011011 1011101 101101

Color Harmonies of #0853DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0853DB

Black with #0853DB

Text Example


Text Example

White with #0853DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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