Html Css Color HEX #0361BF Navy Blue

📋 copy color: '#0361BF'

red 3 ◦ green 97 ◦ blue 191

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

Shades of Navy Blue #0361BF

Tints of Navy Blue #0361BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.64%

R = 1.03%
G = 33.33%
B = 65.64%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0361BF (or 0x0361BF) is known color: Navy Blue. HEX triplet: 03, 61 and BF. RGB value is (3,97,191). Sum of RGB (Red+Green+Blue) = 3+97+191=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 191 (75% from 255 or 65.64% from 291); Max value from RGB is 191 - color contains mainly: blue. Hex color #0361BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0361BF is #FC9E40. Grayscale: #4F4F4F. Windows color (decimal): -16555585 or 12542211. OLE color: 12542211.

HSL color Cylindrical-coordinate representation of color #0361BF: hue angle of 210º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0361BF is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 97 191 -
CMYK 0.98 0.49 0 0.25
HSL 210º 0.97% 0.38% -
HSV(B) 210º 0.98% 0.75% -
XYZ 13.72 12.33 50.95 -
YUV 79.61 190.86 73.36 -
System Red Green Blue C M Y K H S L
Decimal 3 97 191 0.98 0.49 0 0.25 210 0.97 0.38
Hex 3 61 BF 62 31 0 19 D2 61 26
Octal 3 141 277 142 61 0 31 322 141 46
Binary 11 1100001 10111111 1100010 110001 0 11001 11010010 1100001 100110

Color Harmonies of #0361BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0361BF

Black with #0361BF

Text Example


Text Example

White with #0361BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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