Html Css Color HEX #0363DD Navy Blue

📋 copy color: '#0363DD'

red 3 ◦ green 99 ◦ blue 221

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

Shades of Navy Blue #0363DD

Tints of Navy Blue #0363DD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

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

R = 0.93%
G = 30.65%
B = 68.42%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0363DD (or 0x0363DD) is known color: Navy Blue. HEX triplet: 03, 63 and DD. RGB value is (3,99,221). Sum of RGB (Red+Green+Blue) = 3+99+221=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 221 (86.72% from 255 or 68.42% from 323); Max value from RGB is 221 - color contains mainly: blue. Hex color #0363DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0363DD is #FC9C22. Grayscale: #535353. Windows color (decimal): -16555043 or 14508803. OLE color: 14508803.

HSL color Cylindrical-coordinate representation of color #0363DD: hue angle of 213.58º 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 #0363DD is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 99 221 -
CMYK 0.99 0.55 0 0.13
HSL 213.58º 0.97% 0.44% -
HSV(B) 213.58º 0.99% 0.87% -
XYZ 17.55 14.16 70.22 -
YUV 84.2 205.2 70.08 -
System Red Green Blue C M Y K H S L
Decimal 3 99 221 0.99 0.55 0 0.13 213.58 0.97 0.44
Hex 3 63 DD 63 37 0 D D6 61 2C
Octal 3 143 335 143 67 0 15 326 141 54
Binary 11 1100011 11011101 1100011 110111 0 1101 11010110 1100001 101100

Color Harmonies of #0363DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363DD

Black with #0363DD

Text Example


Text Example

White with #0363DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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