Html Css Color HEX #0363EB Navy Blue

📋 copy color: '#0363EB'

red 3 ◦ green 99 ◦ blue 235

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

Shades of Navy Blue #0363EB

Tints of Navy Blue #0363EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 69.73%

R = 0.89%
G = 29.38%
B = 69.73%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0363EB (or 0x0363EB) is known color: Navy Blue. HEX triplet: 03, 63 and EB. RGB value is (3,99,235). Sum of RGB (Red+Green+Blue) = 3+99+235=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #0363EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0363EB is #FC9C14. Grayscale: #555555. Windows color (decimal): -16555029 or 15426307. OLE color: 15426307.

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

Color convert

RGB 3 99 235 -
CMYK 0.99 0.58 0 0.08
HSL 215.17º 0.97% 0.47% -
HSV(B) 215.17º 0.99% 0.92% -
XYZ 19.49 14.94 80.45 -
YUV 85.8 212.2 68.94 -
System Red Green Blue C M Y K H S L
Decimal 3 99 235 0.99 0.58 0 0.08 215.17 0.97 0.47
Hex 3 63 EB 63 3A 0 8 D7 61 2F
Octal 3 143 353 143 72 0 10 327 141 57
Binary 11 1100011 11101011 1100011 111010 0 1000 11010111 1100001 101111

Color Harmonies of #0363EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363EB

Black with #0363EB

Text Example


Text Example

White with #0363EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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