Html Css Color HEX #0363EA Navy Blue

📋 copy color: '#0363EA'

red 3 ◦ green 99 ◦ blue 234

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

Shades of Navy Blue #0363EA

Tints of Navy Blue #0363EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 69.64%

R = 0.89%
G = 29.46%
B = 69.64%

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

#0363EA (or 0x0363EA) is known color: Navy Blue. HEX triplet: 03, 63 and EA. RGB value is (3,99,234). Sum of RGB (Red+Green+Blue) = 3+99+234=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #0363EA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0363EA is #FC9C15. Grayscale: #555555. Windows color (decimal): -16555030 or 15360771. OLE color: 15360771.

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

Color convert

RGB 3 99 234 -
CMYK 0.99 0.58 0 0.08
HSL 215.06º 0.97% 0.46% -
HSV(B) 215.06º 0.99% 0.92% -
XYZ 19.35 14.88 79.69 -
YUV 85.69 211.7 69.02 -
System Red Green Blue C M Y K H S L
Decimal 3 99 234 0.99 0.58 0 0.08 215.06 0.97 0.46
Hex 3 63 EA 63 3A 0 8 D7 61 2E
Octal 3 143 352 143 72 0 10 327 141 56
Binary 11 1100011 11101010 1100011 111010 0 1000 11010111 1100001 101110

Color Harmonies of #0363EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363EA

Black with #0363EA

Text Example


Text Example

White with #0363EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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