Html Css Color HEX #0353DD Navy Blue

📋 copy color: '#0353DD'

red 3 ◦ green 83 ◦ blue 221

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

Shades of Navy Blue #0353DD

Tints of Navy Blue #0353DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.04%

 BLUE value IS 221 (86.72% from 255) = 71.99%

R = 0.98%
G = 27.04%
B = 71.99%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0353DD (or 0x0353DD) is known color: Navy Blue. HEX triplet: 03, 53 and DD. RGB value is (3,83,221). Sum of RGB (Red+Green+Blue) = 3+83+221=307 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 221 (86.72% from 255 or 71.99% from 307); Max value from RGB is 221 - color contains mainly: blue. Hex color #0353DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0353DD is #FCAC22. Grayscale: #4A4A4A. Windows color (decimal): -16559139 or 14504707. OLE color: 14504707.

HSL color Cylindrical-coordinate representation of color #0353DD: hue angle of 217.98º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0353DD is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 83 221 -
CMYK 0.99 0.62 0 0.13
HSL 217.98º 0.97% 0.44% -
HSV(B) 217.98º 0.99% 0.87% -
XYZ 16.18 11.43 69.76 -
YUV 74.81 210.5 76.78 -
System Red Green Blue C M Y K H S L
Decimal 3 83 221 0.99 0.62 0 0.13 217.98 0.97 0.44
Hex 3 53 DD 63 3E 0 D DA 61 2C
Octal 3 123 335 143 76 0 15 332 141 54
Binary 11 1010011 11011101 1100011 111110 0 1101 11011010 1100001 101100

Color Harmonies of #0353DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0353DD

Black with #0353DD

Text Example


Text Example

White with #0353DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0353DD; }

 p { color: rgb(3,83,221); }

 H1.HeaderClassName
 {
   color: #0353DD;
 }
 .AnyTagClassName
 {
   color: #0353DD;
 }
</style>

background-color css

<style>
 a { background-color: #0353DD; }

 a { background-color: rgb(3,83,221); }

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

border-color css

<style>
 span { border-color: #0353DD; }

 span { border-color: rgb(3,83,221); }

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