Html Css Color HEX #0361BD Navy Blue

📋 copy color: '#0361BD'

red 3 ◦ green 97 ◦ blue 189

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

Shades of Navy Blue #0361BD

Tints of Navy Blue #0361BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 65.4%

R = 1.04%
G = 33.56%
B = 65.4%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0361BD (or 0x0361BD) is known color: Navy Blue. HEX triplet: 03, 61 and BD. RGB value is (3,97,189). Sum of RGB (Red+Green+Blue) = 3+97+189=289 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 289); Green value is 97 (38.28% from 255 or 33.56% from 289); Blue value is 189 (74.22% from 255 or 65.40% from 289); Max value from RGB is 189 - color contains mainly: blue. Hex color #0361BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0361BD is #FC9E42. Grayscale: #4E4E4E. Windows color (decimal): -16555587 or 12411139. OLE color: 12411139.

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

Color convert

RGB 3 97 189 -
CMYK 0.98 0.49 0 0.26
HSL 209.68º 0.97% 0.38% -
HSV(B) 209.68º 0.98% 0.74% -
XYZ 13.5 12.24 49.8 -
YUV 79.38 189.86 73.52 -
System Red Green Blue C M Y K H S L
Decimal 3 97 189 0.98 0.49 0 0.26 209.68 0.97 0.38
Hex 3 61 BD 62 31 0 1A D2 61 26
Octal 3 141 275 142 61 0 32 322 141 46
Binary 11 1100001 10111101 1100010 110001 0 11010 11010010 1100001 100110

Color Harmonies of #0361BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0361BD

Black with #0361BD

Text Example


Text Example

White with #0361BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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