Html Css Color HEX #0853FA Navy Blue

📋 copy color: '#0853FA'

red 8 ◦ green 83 ◦ blue 250

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

Shades of Navy Blue #0853FA

Tints of Navy Blue #0853FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 73.31%

R = 2.35%
G = 24.34%
B = 73.31%

CMYK

 C value IS 0.97

 M value IS 0.67

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0853FA (or 0x0853FA) is known color: Navy Blue. HEX triplet: 08, 53 and FA. RGB value is (8,83,250). Sum of RGB (Red+Green+Blue) = 8+83+250=341 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #0853FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0853FA is #F7AC05. Grayscale: #4E4E4E. Windows color (decimal): -16231430 or 16405256. OLE color: 16405256.

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

Color convert

RGB 8 83 250 -
CMYK 0.97 0.67 0 0.02
HSL 221.41º 0.96% 0.51% -
HSV(B) 221.41º 0.97% 0.98% -
XYZ 20.45 13.14 91.9 -
YUV 79.61 224.15 76.92 -
System Red Green Blue C M Y K H S L
Decimal 8 83 250 0.97 0.67 0 0.02 221.41 0.96 0.51
Hex 8 53 FA 61 43 0 2 DD 60 33
Octal 10 123 372 141 103 0 2 335 140 63
Binary 1000 1010011 11111010 1100001 1000011 0 10 11011101 1100000 110011

Color Harmonies of #0853FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0853FA

Black with #0853FA

Text Example


Text Example

White with #0853FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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