Html Css Color HEX #0362DB Navy Blue

📋 copy color: '#0362DB'

red 3 ◦ green 98 ◦ blue 219

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

Shades of Navy Blue #0362DB

Tints of Navy Blue #0362DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.44%

R = 0.94%
G = 30.63%
B = 68.44%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0362DB (or 0x0362DB) is known color: Navy Blue. HEX triplet: 03, 62 and DB. RGB value is (3,98,219). Sum of RGB (Red+Green+Blue) = 3+98+219=320 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #0362DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0362DB is #FC9D24. Grayscale: #525252. Windows color (decimal): -16555301 or 14377475. OLE color: 14377475.

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

Color convert

RGB 3 98 219 -
CMYK 0.99 0.55 0 0.14
HSL 213.61º 0.97% 0.44% -
HSV(B) 213.61º 0.99% 0.86% -
XYZ 17.19 13.87 68.79 -
YUV 83.39 204.53 70.66 -
System Red Green Blue C M Y K H S L
Decimal 3 98 219 0.99 0.55 0 0.14 213.61 0.97 0.44
Hex 3 62 DB 63 37 0 E D6 61 2C
Octal 3 142 333 143 67 0 16 326 141 54
Binary 11 1100010 11011011 1100011 110111 0 1110 11010110 1100001 101100

Color Harmonies of #0362DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0362DB

Black with #0362DB

Text Example


Text Example

White with #0362DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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