Html Css Color HEX #0362EC Navy Blue

📋 copy color: '#0362EC'

red 3 ◦ green 98 ◦ blue 236

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

Shades of Navy Blue #0362EC

Tints of Navy Blue #0362EC

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.08%

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

R = 0.89%
G = 29.08%
B = 70.03%

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

#0362EC (or 0x0362EC) is known color: Navy Blue. HEX triplet: 03, 62 and EC. RGB value is (3,98,236). Sum of RGB (Red+Green+Blue) = 3+98+236=337 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 236 (92.58% from 255 or 70.03% from 337); Max value from RGB is 236 - color contains mainly: blue. Hex color #0362EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0362EC is #FC9D13. Grayscale: #545454. Windows color (decimal): -16555284 or 15491587. OLE color: 15491587.

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

Color convert

RGB 3 98 236 -
CMYK 0.99 0.58 0 0.07
HSL 215.54º 0.97% 0.47% -
HSV(B) 215.54º 0.99% 0.93% -
XYZ 19.55 14.81 81.19 -
YUV 85.33 213.03 69.28 -
System Red Green Blue C M Y K H S L
Decimal 3 98 236 0.99 0.58 0 0.07 215.54 0.97 0.47
Hex 3 62 EC 63 3A 0 7 D8 61 2F
Octal 3 142 354 143 72 0 7 330 141 57
Binary 11 1100010 11101100 1100011 111010 0 111 11011000 1100001 101111

Color Harmonies of #0362EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0362EC

Black with #0362EC

Text Example


Text Example

White with #0362EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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