Html Css Color HEX #0852CC Navy Blue

📋 copy color: '#0852CC'

red 8 ◦ green 82 ◦ blue 204

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

Shades of Navy Blue #0852CC

Tints of Navy Blue #0852CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 69.39%

R = 2.72%
G = 27.89%
B = 69.39%

CMYK

 C value IS 0.96

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0852CC (or 0x0852CC) is known color: Navy Blue. HEX triplet: 08, 52 and CC. RGB value is (8,82,204). Sum of RGB (Red+Green+Blue) = 8+82+204=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 204 (80.08% from 255 or 69.39% from 294); Max value from RGB is 204 - color contains mainly: blue. Hex color #0852CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0852CC is #F7AD33. Grayscale: #494949. Windows color (decimal): -16231732 or 13390344. OLE color: 13390344.

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

Color convert

RGB 8 82 204 -
CMYK 0.96 0.60 0 0.2
HSL 217.35º 0.92% 0.42% -
HSV(B) 217.35º 0.96% 0.8% -
XYZ 14.02 10.45 58.4 -
YUV 73.78 201.48 81.08 -
System Red Green Blue C M Y K H S L
Decimal 8 82 204 0.96 0.60 0 0.2 217.35 0.92 0.42
Hex 8 52 CC 60 3C 0 14 D9 5C 2A
Octal 10 122 314 140 74 0 24 331 134 52
Binary 1000 1010010 11001100 1100000 111100 0 10100 11011001 1011100 101010

Color Harmonies of #0852CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0852CC

Black with #0852CC

Text Example


Text Example

White with #0852CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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