Html Css Color HEX #0366BF Navy Blue

📋 copy color: '#0366BF'

red 3 ◦ green 102 ◦ blue 191

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

Shades of Navy Blue #0366BF

Tints of Navy Blue #0366BF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.46%

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

R = 1.01%
G = 34.46%
B = 64.53%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0366BF (or 0x0366BF) is known color: Navy Blue. HEX triplet: 03, 66 and BF. RGB value is (3,102,191). Sum of RGB (Red+Green+Blue) = 3+102+191=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 102 (40.23% from 255 or 34.46% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #0366BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0366BF is #FC9940. Grayscale: #525252. Windows color (decimal): -16554305 or 12543491. OLE color: 12543491.

HSL color Cylindrical-coordinate representation of color #0366BF: hue angle of 208.4º 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 #0366BF is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 102 191 -
CMYK 0.98 0.47 0 0.25
HSL 208.4º 0.97% 0.38% -
HSV(B) 208.4º 0.98% 0.75% -
XYZ 14.19 13.28 51.11 -
YUV 82.55 189.2 71.26 -
System Red Green Blue C M Y K H S L
Decimal 3 102 191 0.98 0.47 0 0.25 208.4 0.97 0.38
Hex 3 66 BF 62 2F 0 19 D0 61 26
Octal 3 146 277 142 57 0 31 320 141 46
Binary 11 1100110 10111111 1100010 101111 0 11001 11010000 1100001 100110

Color Harmonies of #0366BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0366BF

Black with #0366BF

Text Example


Text Example

White with #0366BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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