Html Css Color HEX #0363DC Navy Blue

📋 copy color: '#0363DC'

red 3 ◦ green 99 ◦ blue 220

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

Shades of Navy Blue #0363DC

Tints of Navy Blue #0363DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.32%

R = 0.93%
G = 30.75%
B = 68.32%

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

#0363DC (or 0x0363DC) is known color: Navy Blue. HEX triplet: 03, 63 and DC. RGB value is (3,99,220). Sum of RGB (Red+Green+Blue) = 3+99+220=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 99 (39.06% from 255 or 30.75% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #0363DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0363DC is #FC9C23. Grayscale: #535353. Windows color (decimal): -16555044 or 14443267. OLE color: 14443267.

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

Color convert

RGB 3 99 220 -
CMYK 0.99 0.55 0 0.14
HSL 213.46º 0.97% 0.44% -
HSV(B) 213.46º 0.99% 0.86% -
XYZ 17.42 14.11 69.52 -
YUV 84.09 204.7 70.16 -
System Red Green Blue C M Y K H S L
Decimal 3 99 220 0.99 0.55 0 0.14 213.46 0.97 0.44
Hex 3 63 DC 63 37 0 E D5 61 2C
Octal 3 143 334 143 67 0 16 325 141 54
Binary 11 1100011 11011100 1100011 110111 0 1110 11010101 1100001 101100

Color Harmonies of #0363DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363DC

Black with #0363DC

Text Example


Text Example

White with #0363DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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