Html Css Color HEX #0361DD Navy Blue

📋 copy color: '#0361DD'

red 3 ◦ green 97 ◦ blue 221

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

Shades of Navy Blue #0361DD

Tints of Navy Blue #0361DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 68.85%

R = 0.93%
G = 30.22%
B = 68.85%

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

#0361DD (or 0x0361DD) is known color: Navy Blue. HEX triplet: 03, 61 and DD. RGB value is (3,97,221). Sum of RGB (Red+Green+Blue) = 3+97+221=321 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 221 (86.72% from 255 or 68.85% from 321); Max value from RGB is 221 - color contains mainly: blue. Hex color #0361DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0361DD is #FC9E22. Grayscale: #525252. Windows color (decimal): -16555555 or 14508291. OLE color: 14508291.

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

Color convert

RGB 3 97 221 -
CMYK 0.99 0.56 0 0.13
HSL 214.13º 0.97% 0.44% -
HSV(B) 214.13º 0.99% 0.87% -
XYZ 17.36 13.79 70.15 -
YUV 83.03 205.86 70.92 -
System Red Green Blue C M Y K H S L
Decimal 3 97 221 0.99 0.56 0 0.13 214.13 0.97 0.44
Hex 3 61 DD 63 38 0 D D6 61 2C
Octal 3 141 335 143 70 0 15 326 141 54
Binary 11 1100001 11011101 1100011 111000 0 1101 11010110 1100001 101100

Color Harmonies of #0361DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0361DD

Black with #0361DD

Text Example


Text Example

White with #0361DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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