Html Css Color HEX #0052CC Navy Blue

📋 copy color: '#0052CC'

red 0 ◦ green 82 ◦ blue 204

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

Shades of Navy Blue #0052CC

Tints of Navy Blue #0052CC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 28.67%
B = 71.33%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0052CC (or 0x0052CC) is known color: Navy Blue. HEX triplet: 00, 52 and CC. RGB value is (0,82,204). Sum of RGB (Red+Green+Blue) = 0+82+204=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 204 (80.08% from 255 or 71.33% from 286); Max value from RGB is 204 - color contains mainly: blue. Hex color #0052CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0052CC is #FFAD33. Grayscale: #464646. Windows color (decimal): -16756020 or 13390336. OLE color: 13390336.

HSL color Cylindrical-coordinate representation of color #0052CC: hue angle of 215.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0052CC is Cyan = 1, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 0 82 204 -
CMYK 1 0.60 0 0.2
HSL 215.88º 1% 0.4% -
HSV(B) 215.88º 1% 0.8% -
XYZ 13.92 10.39 58.4 -
YUV 71.39 202.83 77.08 -
System Red Green Blue C M Y K H S L
Decimal 0 82 204 1 0.60 0 0.2 215.88 1 0.4
Hex 0 52 CC 64 3C 0 14 D8 64 28
Octal 0 122 314 144 74 0 24 330 144 50
Binary 0 1010010 11001100 1100100 111100 0 10100 11011000 1100100 101000

Color Harmonies of #0052CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0052CC

Black with #0052CC

Text Example


Text Example

White with #0052CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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