Html Css Color HEX #0363ED Navy Blue

📋 copy color: '#0363ED'

red 3 ◦ green 99 ◦ blue 237

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

Shades of Navy Blue #0363ED

Tints of Navy Blue #0363ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 69.91%

R = 0.88%
G = 29.2%
B = 69.91%

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

#0363ED (or 0x0363ED) is known color: Navy Blue. HEX triplet: 03, 63 and ED. RGB value is (3,99,237). Sum of RGB (Red+Green+Blue) = 3+99+237=339 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.88% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 237 (92.97% from 255 or 69.91% from 339); Max value from RGB is 237 - color contains mainly: blue. Hex color #0363ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0363ED is #FC9C12. Grayscale: #555555. Windows color (decimal): -16555027 or 15557379. OLE color: 15557379.

HSL color Cylindrical-coordinate representation of color #0363ED: hue angle of 215.38º degrees, saturation: 0.98, 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 #0363ED is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 99 237 -
CMYK 0.99 0.58 0 0.07
HSL 215.38º 0.98% 0.47% -
HSV(B) 215.38º 0.99% 0.93% -
XYZ 19.79 15.06 81.98 -
YUV 86.03 213.2 68.78 -
System Red Green Blue C M Y K H S L
Decimal 3 99 237 0.99 0.58 0 0.07 215.38 0.98 0.47
Hex 3 63 ED 63 3A 0 7 D7 62 2F
Octal 3 143 355 143 72 0 7 327 142 57
Binary 11 1100011 11101101 1100011 111010 0 111 11010111 1100010 101111

Color Harmonies of #0363ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363ED

Black with #0363ED

Text Example


Text Example

White with #0363ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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