Html Css Color HEX #0361BC Navy Blue

📋 copy color: '#0361BC'

red 3 ◦ green 97 ◦ blue 188

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

Shades of Navy Blue #0361BC

Tints of Navy Blue #0361BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 65.28%

R = 1.04%
G = 33.68%
B = 65.28%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0361BC (or 0x0361BC) is known color: Navy Blue. HEX triplet: 03, 61 and BC. RGB value is (3,97,188). Sum of RGB (Red+Green+Blue) = 3+97+188=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 188 (73.83% from 255 or 65.28% from 288); Max value from RGB is 188 - color contains mainly: blue. Hex color #0361BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0361BC is #FC9E43. Grayscale: #4E4E4E. Windows color (decimal): -16555588 or 12345603. OLE color: 12345603.

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

Color convert

RGB 3 97 188 -
CMYK 0.98 0.48 0 0.26
HSL 209.51º 0.97% 0.37% -
HSV(B) 209.51º 0.98% 0.74% -
XYZ 13.39 12.2 49.23 -
YUV 79.27 189.36 73.6 -
System Red Green Blue C M Y K H S L
Decimal 3 97 188 0.98 0.48 0 0.26 209.51 0.97 0.37
Hex 3 61 BC 62 30 0 1A D2 61 25
Octal 3 141 274 142 60 0 32 322 141 45
Binary 11 1100001 10111100 1100010 110000 0 11010 11010010 1100001 100101

Color Harmonies of #0361BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0361BC

Black with #0361BC

Text Example


Text Example

White with #0361BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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