Html Css Color HEX #0853FE Navy Blue

📋 copy color: '#0853FE'

red 8 ◦ green 83 ◦ blue 254

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

Shades of Navy Blue #0853FE

Tints of Navy Blue #0853FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 73.62%

R = 2.32%
G = 24.06%
B = 73.62%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0853FE (or 0x0853FE) is known color: Navy Blue. HEX triplet: 08, 53 and FE. RGB value is (8,83,254). Sum of RGB (Red+Green+Blue) = 8+83+254=345 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.32% from 345); Green value is 83 (32.81% from 255 or 24.06% from 345); Blue value is 254 (99.61% from 255 or 73.62% from 345); Max value from RGB is 254 - color contains mainly: blue. Hex color #0853FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0853FE is #F7AC01. Grayscale: #4F4F4F. Windows color (decimal): -16231426 or 16667400. OLE color: 16667400.

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

Color convert

RGB 8 83 254 -
CMYK 0.97 0.67 0 0.00
HSL 221.71º 0.99% 0.51% -
HSV(B) 221.71º 0.97% 1% -
XYZ 21.08 13.39 95.24 -
YUV 80.07 226.15 76.6 -
System Red Green Blue C M Y K H S L
Decimal 8 83 254 0.97 0.67 0 0.00 221.71 0.99 0.51
Hex 8 53 FE 61 43 0 0 DE 63 33
Octal 10 123 376 141 103 0 0 336 143 63
Binary 1000 1010011 11111110 1100001 1000011 0 0 11011110 1100011 110011

Color Harmonies of #0853FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0853FE

Black with #0853FE

Text Example


Text Example

White with #0853FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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