Html Css Color HEX #0361DB Navy Blue

📋 copy color: '#0361DB'

red 3 ◦ green 97 ◦ blue 219

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

Shades of Navy Blue #0361DB

Tints of Navy Blue #0361DB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.41%

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

R = 0.94%
G = 30.41%
B = 68.65%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0361DB (or 0x0361DB) is known color: Navy Blue. HEX triplet: 03, 61 and DB. RGB value is (3,97,219). Sum of RGB (Red+Green+Blue) = 3+97+219=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 219 (85.94% from 255 or 68.65% from 319); Max value from RGB is 219 - color contains mainly: blue. Hex color #0361DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0361DB is #FC9E24. Grayscale: #525252. Windows color (decimal): -16555557 or 14377219. OLE color: 14377219.

HSL color Cylindrical-coordinate representation of color #0361DB: hue angle of 213.89º 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 #0361DB is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 97 219 -
CMYK 0.99 0.56 0 0.14
HSL 213.89º 0.97% 0.44% -
HSV(B) 213.89º 0.99% 0.86% -
XYZ 17.1 13.68 68.76 -
YUV 82.8 204.86 71.08 -
System Red Green Blue C M Y K H S L
Decimal 3 97 219 0.99 0.56 0 0.14 213.89 0.97 0.44
Hex 3 61 DB 63 38 0 E D6 61 2C
Octal 3 141 333 143 70 0 16 326 141 54
Binary 11 1100001 11011011 1100011 111000 0 1110 11010110 1100001 101100

Color Harmonies of #0361DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0361DB

Black with #0361DB

Text Example


Text Example

White with #0361DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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