Html Css Color HEX #0163BB Navy Blue

📋 copy color: '#0163BB'

red 1 ◦ green 99 ◦ blue 187

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

Shades of Navy Blue #0163BB

Tints of Navy Blue #0163BB

RGB

 RED value IS 1 (0.78% from 255) = 0.35%

 GREEN value IS 99 (39.06% from 255) = 34.49%

 BLUE value IS 187 (73.44% from 255) = 65.16%

R = 0.35%
G = 34.49%
B = 65.16%

CMYK

 C value IS 0.99

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0163BB (or 0x0163BB) is known color: Navy Blue. HEX triplet: 01, 63 and BB. RGB value is (1,99,187). Sum of RGB (Red+Green+Blue) = 1+99+187=287 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 187 (73.44% from 255 or 65.16% from 287); Max value from RGB is 187 - color contains mainly: blue. Hex color #0163BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0163BB is #FE9C44. Grayscale: #4F4F4F. Windows color (decimal): -16686149 or 12280577. OLE color: 12280577.

HSL color Cylindrical-coordinate representation of color #0163BB: hue angle of 208.39º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0163BB is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 99 187 -
CMYK 0.99 0.47 0 0.27
HSL 208.39º 0.99% 0.37% -
HSV(B) 208.39º 0.99% 0.73% -
XYZ 13.44 12.52 48.72 -
YUV 79.73 188.53 71.84 -
System Red Green Blue C M Y K H S L
Decimal 1 99 187 0.99 0.47 0 0.27 208.39 0.99 0.37
Hex 1 63 BB 63 2F 0 1B D0 63 25
Octal 1 143 273 143 57 0 33 320 143 45
Binary 1 1100011 10111011 1100011 101111 0 11011 11010000 1100011 100101

Color Harmonies of #0163BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0163BB

Black with #0163BB

Text Example


Text Example

White with #0163BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0163BB; }

 p { color: rgb(1,99,187); }

 H1.HeaderClassName
 {
   color: #0163BB;
 }
 .AnyTagClassName
 {
   color: #0163BB;
 }
</style>

background-color css

<style>
 a { background-color: #0163BB; }

 a { background-color: rgb(1,99,187); }

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

border-color css

<style>
 span { border-color: #0163BB; }

 span { border-color: rgb(1,99,187); }

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