Html Css Color HEX #0362DE Navy Blue

📋 copy color: '#0362DE'

red 3 ◦ green 98 ◦ blue 222

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

Shades of Navy Blue #0362DE

Tints of Navy Blue #0362DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.73%

R = 0.93%
G = 30.34%
B = 68.73%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0362DE (or 0x0362DE) is known color: Navy Blue. HEX triplet: 03, 62 and DE. RGB value is (3,98,222). Sum of RGB (Red+Green+Blue) = 3+98+222=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #0362DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0362DE is #FC9D21. Grayscale: #535353. Windows color (decimal): -16555298 or 14574083. OLE color: 14574083.

HSL color Cylindrical-coordinate representation of color #0362DE: hue angle of 213.97º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0362DE is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 98 222 -
CMYK 0.99 0.56 0 0.13
HSL 213.97º 0.97% 0.44% -
HSV(B) 213.97º 0.99% 0.87% -
XYZ 17.59 14.03 70.89 -
YUV 83.73 206.03 70.42 -
System Red Green Blue C M Y K H S L
Decimal 3 98 222 0.99 0.56 0 0.13 213.97 0.97 0.44
Hex 3 62 DE 63 38 0 D D6 61 2C
Octal 3 142 336 143 70 0 15 326 141 54
Binary 11 1100010 11011110 1100011 111000 0 1101 11010110 1100001 101100

Color Harmonies of #0362DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0362DE

Black with #0362DE

Text Example


Text Example

White with #0362DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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