Html Css Color HEX #0854DA Navy Blue

📋 copy color: '#0854DA'

red 8 ◦ green 84 ◦ blue 218

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

Shades of Navy Blue #0854DA

Tints of Navy Blue #0854DA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.1%

 BLUE value IS 218 (85.55% from 255) = 70.32%

R = 2.58%
G = 27.1%
B = 70.32%

CMYK

 C value IS 0.96

 M value IS 0.61

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0854DA (or 0x0854DA) is known color: Navy Blue. HEX triplet: 08, 54 and DA. RGB value is (8,84,218). Sum of RGB (Red+Green+Blue) = 8+84+218=310 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.58% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 218 (85.55% from 255 or 70.32% from 310); Max value from RGB is 218 - color contains mainly: blue. Hex color #0854DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0854DA is #F7AB25. Grayscale: #4B4B4B. Windows color (decimal): -16231206 or 14308360. OLE color: 14308360.

HSL color Cylindrical-coordinate representation of color #0854DA: hue angle of 218.29º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0854DA is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 8 84 218 -
CMYK 0.96 0.61 0 0.15
HSL 218.29º 0.93% 0.44% -
HSV(B) 218.29º 0.96% 0.85% -
XYZ 15.93 11.45 67.7 -
YUV 76.55 207.82 79.1 -
System Red Green Blue C M Y K H S L
Decimal 8 84 218 0.96 0.61 0 0.15 218.29 0.93 0.44
Hex 8 54 DA 60 3D 0 F DA 5D 2C
Octal 10 124 332 140 75 0 17 332 135 54
Binary 1000 1010100 11011010 1100000 111101 0 1111 11011010 1011101 101100

Color Harmonies of #0854DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0854DA

Black with #0854DA

Text Example


Text Example

White with #0854DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0854DA; }

 p { color: rgb(8,84,218); }

 H1.HeaderClassName
 {
   color: #0854DA;
 }
 .AnyTagClassName
 {
   color: #0854DA;
 }
</style>

background-color css

<style>
 a { background-color: #0854DA; }

 a { background-color: rgb(8,84,218); }

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

border-color css

<style>
 span { border-color: #0854DA; }

 span { border-color: rgb(8,84,218); }

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