Html Css Color HEX #0853DF Navy Blue

📋 copy color: '#0853DF'

red 8 ◦ green 83 ◦ blue 223

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

Shades of Navy Blue #0853DF

Tints of Navy Blue #0853DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 71.02%

R = 2.55%
G = 26.43%
B = 71.02%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0853DF (or 0x0853DF) is known color: Navy Blue. HEX triplet: 08, 53 and DF. RGB value is (8,83,223). Sum of RGB (Red+Green+Blue) = 8+83+223=314 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.55% from 314); Green value is 83 (32.81% from 255 or 26.43% from 314); Blue value is 223 (87.5% from 255 or 71.02% from 314); Max value from RGB is 223 - color contains mainly: blue. Hex color #0853DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0853DF is #F7AC20. Grayscale: #4B4B4B. Windows color (decimal): -16231457 or 14635784. OLE color: 14635784.

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

Color convert

RGB 8 83 223 -
CMYK 0.96 0.63 0 0.13
HSL 219.07º 0.93% 0.45% -
HSV(B) 219.07º 0.96% 0.87% -
XYZ 16.51 11.57 71.17 -
YUV 76.54 210.65 79.12 -
System Red Green Blue C M Y K H S L
Decimal 8 83 223 0.96 0.63 0 0.13 219.07 0.93 0.45
Hex 8 53 DF 60 3F 0 D DB 5D 2D
Octal 10 123 337 140 77 0 15 333 135 55
Binary 1000 1010011 11011111 1100000 111111 0 1101 11011011 1011101 101101

Color Harmonies of #0853DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0853DF

Black with #0853DF

Text Example


Text Example

White with #0853DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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