Html Css Color HEX #0363EC Navy Blue

📋 copy color: '#0363EC'

red 3 ◦ green 99 ◦ blue 236

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

Shades of Navy Blue #0363EC

Tints of Navy Blue #0363EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 69.82%

R = 0.89%
G = 29.29%
B = 69.82%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0363EC (or 0x0363EC) is known color: Navy Blue. HEX triplet: 03, 63 and EC. RGB value is (3,99,236). Sum of RGB (Red+Green+Blue) = 3+99+236=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #0363EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0363EC is #FC9C13. Grayscale: #555555. Windows color (decimal): -16555028 or 15491843. OLE color: 15491843.

HSL color Cylindrical-coordinate representation of color #0363EC: hue angle of 215.28º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0363EC is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 99 236 -
CMYK 0.99 0.58 0 0.07
HSL 215.28º 0.97% 0.47% -
HSV(B) 215.28º 0.99% 0.93% -
XYZ 19.64 15 81.22 -
YUV 85.91 212.7 68.86 -
System Red Green Blue C M Y K H S L
Decimal 3 99 236 0.99 0.58 0 0.07 215.28 0.97 0.47
Hex 3 63 EC 63 3A 0 7 D7 61 2F
Octal 3 143 354 143 72 0 7 327 141 57
Binary 11 1100011 11101100 1100011 111010 0 111 11010111 1100001 101111

Color Harmonies of #0363EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363EC

Black with #0363EC

Text Example


Text Example

White with #0363EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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