Html Css Color HEX #0853DD Navy Blue

📋 copy color: '#0853DD'

red 8 ◦ green 83 ◦ blue 221

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

Shades of Navy Blue #0853DD

Tints of Navy Blue #0853DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.83%

R = 2.56%
G = 26.6%
B = 70.83%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0853DD (or 0x0853DD) is known color: Navy Blue. HEX triplet: 08, 53 and DD. RGB value is (8,83,221). Sum of RGB (Red+Green+Blue) = 8+83+221=312 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 312); Green value is 83 (32.81% from 255 or 26.60% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #0853DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0853DD is #F7AC22. Grayscale: #4B4B4B. Windows color (decimal): -16231459 or 14504712. OLE color: 14504712.

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

Color convert

RGB 8 83 221 -
CMYK 0.96 0.62 0 0.13
HSL 218.87º 0.93% 0.45% -
HSV(B) 218.87º 0.96% 0.87% -
XYZ 16.24 11.46 69.76 -
YUV 76.31 209.65 79.28 -
System Red Green Blue C M Y K H S L
Decimal 8 83 221 0.96 0.62 0 0.13 218.87 0.93 0.45
Hex 8 53 DD 60 3E 0 D DB 5D 2D
Octal 10 123 335 140 76 0 15 333 135 55
Binary 1000 1010011 11011101 1100000 111110 0 1101 11011011 1011101 101101

Color Harmonies of #0853DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0853DD

Black with #0853DD

Text Example


Text Example

White with #0853DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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