Html Css Color HEX #0362FA Navy Blue

📋 copy color: '#0362FA'

red 3 ◦ green 98 ◦ blue 250

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

Shades of Navy Blue #0362FA

Tints of Navy Blue #0362FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 71.23%

R = 0.85%
G = 27.92%
B = 71.23%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0362FA (or 0x0362FA) is known color: Navy Blue. HEX triplet: 03, 62 and FA. RGB value is (3,98,250). Sum of RGB (Red+Green+Blue) = 3+98+250=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #0362FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0362FA is #FC9D05. Grayscale: #565656. Windows color (decimal): -16555270 or 16409091. OLE color: 16409091.

HSL color Cylindrical-coordinate representation of color #0362FA: hue angle of 216.92º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0362FA is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 98 250 -
CMYK 0.99 0.61 0 0.02
HSL 216.92º 0.98% 0.5% -
HSV(B) 216.92º 0.99% 0.98% -
XYZ 21.66 15.66 92.32 -
YUV 86.92 220.03 68.14 -
System Red Green Blue C M Y K H S L
Decimal 3 98 250 0.99 0.61 0 0.02 216.92 0.98 0.5
Hex 3 62 FA 63 3D 0 2 D9 62 32
Octal 3 142 372 143 75 0 2 331 142 62
Binary 11 1100010 11111010 1100011 111101 0 10 11011001 1100010 110010

Color Harmonies of #0362FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0362FA

Black with #0362FA

Text Example


Text Example

White with #0362FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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