Html Css Color HEX #0052D0 Navy Blue

📋 copy color: '#0052D0'

red 0 ◦ green 82 ◦ blue 208

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

Shades of Navy Blue #0052D0

Tints of Navy Blue #0052D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 71.72%

R = 0%
G = 28.28%
B = 71.72%

CMYK

 C value IS 1

 M value IS 0.61

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0052D0 (or 0x0052D0) is known color: Navy Blue. HEX triplet: 00, 52 and D0. RGB value is (0,82,208). Sum of RGB (Red+Green+Blue) = 0+82+208=290 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 290); Green value is 82 (32.42% from 255 or 28.28% from 290); Blue value is 208 (81.64% from 255 or 71.72% from 290); Max value from RGB is 208 - color contains mainly: blue. Hex color #0052D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0052D0 is #FFAD2F. Grayscale: #474747. Windows color (decimal): -16756016 or 13652480. OLE color: 13652480.

HSL color Cylindrical-coordinate representation of color #0052D0: hue angle of 216.35º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0052D0 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 82 208 -
CMYK 1 0.61 0 0.18
HSL 216.35º 1% 0.41% -
HSV(B) 216.35º 1% 0.82% -
XYZ 14.4 10.59 60.96 -
YUV 71.85 204.83 76.75 -
System Red Green Blue C M Y K H S L
Decimal 0 82 208 1 0.61 0 0.18 216.35 1 0.41
Hex 0 52 D0 64 3D 0 12 D8 64 29
Octal 0 122 320 144 75 0 22 330 144 51
Binary 0 1010010 11010000 1100100 111101 0 10010 11011000 1100100 101001

Color Harmonies of #0052D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0052D0

Black with #0052D0

Text Example


Text Example

White with #0052D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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