Html Css Color HEX #0853FC Navy Blue

📋 copy color: '#0853FC'

red 8 ◦ green 83 ◦ blue 252

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

Shades of Navy Blue #0853FC

Tints of Navy Blue #0853FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 73.47%

R = 2.33%
G = 24.2%
B = 73.47%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0853FC (or 0x0853FC) is known color: Navy Blue. HEX triplet: 08, 53 and FC. RGB value is (8,83,252). Sum of RGB (Red+Green+Blue) = 8+83+252=343 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.33% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 252 (98.83% from 255 or 73.47% from 343); Max value from RGB is 252 - color contains mainly: blue. Hex color #0853FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0853FC is #F7AC03. Grayscale: #4F4F4F. Windows color (decimal): -16231428 or 16536328. OLE color: 16536328.

HSL color Cylindrical-coordinate representation of color #0853FC: hue angle of 221.56º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0853FC is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 83 252 -
CMYK 0.97 0.67 0 0.01
HSL 221.56º 0.98% 0.51% -
HSV(B) 221.56º 0.97% 0.99% -
XYZ 20.76 13.27 93.56 -
YUV 79.84 225.15 76.76 -
System Red Green Blue C M Y K H S L
Decimal 8 83 252 0.97 0.67 0 0.01 221.56 0.98 0.51
Hex 8 53 FC 61 43 0 1 DE 62 33
Octal 10 123 374 141 103 0 1 336 142 63
Binary 1000 1010011 11111100 1100001 1000011 0 1 11011110 1100010 110011

Color Harmonies of #0853FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0853FC

Black with #0853FC

Text Example


Text Example

White with #0853FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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