Html Css Color HEX #0363DE Navy Blue

📋 copy color: '#0363DE'

red 3 ◦ green 99 ◦ blue 222

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

Shades of Navy Blue #0363DE

Tints of Navy Blue #0363DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.52%

R = 0.93%
G = 30.56%
B = 68.52%

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

#0363DE (or 0x0363DE) is known color: Navy Blue. HEX triplet: 03, 63 and DE. RGB value is (3,99,222). Sum of RGB (Red+Green+Blue) = 3+99+222=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #0363DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0363DE is #FC9C21. Grayscale: #535353. Windows color (decimal): -16555042 or 14574339. OLE color: 14574339.

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

Color convert

RGB 3 99 222 -
CMYK 0.99 0.55 0 0.13
HSL 213.7º 0.97% 0.44% -
HSV(B) 213.7º 0.99% 0.87% -
XYZ 17.68 14.22 70.92 -
YUV 84.32 205.7 70 -
System Red Green Blue C M Y K H S L
Decimal 3 99 222 0.99 0.55 0 0.13 213.7 0.97 0.44
Hex 3 63 DE 63 37 0 D D6 61 2C
Octal 3 143 336 143 67 0 15 326 141 54
Binary 11 1100011 11011110 1100011 110111 0 1101 11010110 1100001 101100

Color Harmonies of #0363DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363DE

Black with #0363DE

Text Example


Text Example

White with #0363DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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