Html Css Color HEX #0854CD Navy Blue

📋 copy color: '#0854CD'

red 8 ◦ green 84 ◦ blue 205

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

Shades of Navy Blue #0854CD

Tints of Navy Blue #0854CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.02%

R = 2.69%
G = 28.28%
B = 69.02%

CMYK

 C value IS 0.96

 M value IS 0.59

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0854CD (or 0x0854CD) is known color: Navy Blue. HEX triplet: 08, 54 and CD. RGB value is (8,84,205). Sum of RGB (Red+Green+Blue) = 8+84+205=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #0854CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0854CD is #F7AB32. Grayscale: #4A4A4A. Windows color (decimal): -16231219 or 13456392. OLE color: 13456392.

HSL color Cylindrical-coordinate representation of color #0854CD: hue angle of 216.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0854CD is Cyan = 0.96, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 84 205 -
CMYK 0.96 0.59 0 0.20
HSL 216.85º 0.92% 0.42% -
HSV(B) 216.85º 0.96% 0.8% -
XYZ 14.29 10.8 59.09 -
YUV 75.07 201.32 80.16 -
System Red Green Blue C M Y K H S L
Decimal 8 84 205 0.96 0.59 0 0.20 216.85 0.92 0.42
Hex 8 54 CD 60 3B 0 14 D9 5C 2A
Octal 10 124 315 140 73 0 24 331 134 52
Binary 1000 1010100 11001101 1100000 111011 0 10100 11011001 1011100 101010

Color Harmonies of #0854CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0854CD

Black with #0854CD

Text Example


Text Example

White with #0854CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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