Html Css Color HEX #0352DB Navy Blue

📋 copy color: '#0352DB'

red 3 ◦ green 82 ◦ blue 219

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

Shades of Navy Blue #0352DB

Tints of Navy Blue #0352DB

RGB

 RED value IS 3 (1.56% from 255) = 0.99%

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

 BLUE value IS 219 (85.94% from 255) = 72.04%

R = 0.99%
G = 26.97%
B = 72.04%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0352DB (or 0x0352DB) is known color: Navy Blue. HEX triplet: 03, 52 and DB. RGB value is (3,82,219). Sum of RGB (Red+Green+Blue) = 3+82+219=304 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #0352DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0352DB is #FCAD24. Grayscale: #494949. Windows color (decimal): -16559397 or 14373379. OLE color: 14373379.

HSL color Cylindrical-coordinate representation of color #0352DB: hue angle of 218.06º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0352DB is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 82 219 -
CMYK 0.99 0.63 0 0.14
HSL 218.06º 0.97% 0.44% -
HSV(B) 218.06º 0.99% 0.86% -
XYZ 15.84 11.17 68.34 -
YUV 74 209.83 77.36 -
System Red Green Blue C M Y K H S L
Decimal 3 82 219 0.99 0.63 0 0.14 218.06 0.97 0.44
Hex 3 52 DB 63 3F 0 E DA 61 2C
Octal 3 122 333 143 77 0 16 332 141 54
Binary 11 1010010 11011011 1100011 111111 0 1110 11011010 1100001 101100

Color Harmonies of #0352DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0352DB

Black with #0352DB

Text Example


Text Example

White with #0352DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0352DB; }

 p { color: rgb(3,82,219); }

 H1.HeaderClassName
 {
   color: #0352DB;
 }
 .AnyTagClassName
 {
   color: #0352DB;
 }
</style>

background-color css

<style>
 a { background-color: #0352DB; }

 a { background-color: rgb(3,82,219); }

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

border-color css

<style>
 span { border-color: #0352DB; }

 span { border-color: rgb(3,82,219); }

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