Html Css Color HEX #0363DB Navy Blue

📋 copy color: '#0363DB'

red 3 ◦ green 99 ◦ blue 219

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

Shades of Navy Blue #0363DB

Tints of Navy Blue #0363DB

RGB

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

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

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

R = 0.93%
G = 30.84%
B = 68.22%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0363DB (or 0x0363DB) is known color: Navy Blue. HEX triplet: 03, 63 and DB. RGB value is (3,99,219). Sum of RGB (Red+Green+Blue) = 3+99+219=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 99 (39.06% from 255 or 30.84% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #0363DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0363DB is #FC9C24. Grayscale: #535353. Windows color (decimal): -16555045 or 14377731. OLE color: 14377731.

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

Color convert

RGB 3 99 219 -
CMYK 0.99 0.55 0 0.14
HSL 213.33º 0.97% 0.44% -
HSV(B) 213.33º 0.99% 0.86% -
XYZ 17.29 14.06 68.82 -
YUV 83.98 204.2 70.24 -
System Red Green Blue C M Y K H S L
Decimal 3 99 219 0.99 0.55 0 0.14 213.33 0.97 0.44
Hex 3 63 DB 63 37 0 E D5 61 2C
Octal 3 143 333 143 67 0 16 325 141 54
Binary 11 1100011 11011011 1100011 110111 0 1110 11010101 1100001 101100

Color Harmonies of #0363DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363DB

Black with #0363DB

Text Example


Text Example

White with #0363DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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