Html Css Color HEX #0852CD Navy Blue

📋 copy color: '#0852CD'

red 8 ◦ green 82 ◦ blue 205

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

Shades of Navy Blue #0852CD

Tints of Navy Blue #0852CD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

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

R = 2.71%
G = 27.8%
B = 69.49%

CMYK

 C value IS 0.96

 M value IS 0.6

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0852CD (or 0x0852CD) is known color: Navy Blue. HEX triplet: 08, 52 and CD. RGB value is (8,82,205). Sum of RGB (Red+Green+Blue) = 8+82+205=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 205 (80.47% from 255 or 69.49% from 295); Max value from RGB is 205 - color contains mainly: blue. Hex color #0852CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0852CD is #F7AD32. Grayscale: #494949. Windows color (decimal): -16231731 or 13455880. OLE color: 13455880.

HSL color Cylindrical-coordinate representation of color #0852CD: hue angle of 217.46º 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 #0852CD is Cyan = 0.96, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 8 82 205 -
CMYK 0.96 0.6 0 0.20
HSL 217.46º 0.92% 0.42% -
HSV(B) 217.46º 0.96% 0.8% -
XYZ 14.14 10.49 59.04 -
YUV 73.9 201.98 81 -
System Red Green Blue C M Y K H S L
Decimal 8 82 205 0.96 0.6 0 0.20 217.46 0.92 0.42
Hex 8 52 CD 60 3C 0 14 D9 5C 2A
Octal 10 122 315 140 74 0 24 331 134 52
Binary 1000 1010010 11001101 1100000 111100 0 10100 11011001 1011100 101010

Color Harmonies of #0852CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0852CD

Black with #0852CD

Text Example


Text Example

White with #0852CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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