Html Css Color HEX #0163BA Navy Blue

📋 copy color: '#0163BA'

red 1 ◦ green 99 ◦ blue 186

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

Shades of Navy Blue #0163BA

Tints of Navy Blue #0163BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 65.03%

R = 0.35%
G = 34.62%
B = 65.03%

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

#0163BA (or 0x0163BA) is known color: Navy Blue. HEX triplet: 01, 63 and BA. RGB value is (1,99,186). Sum of RGB (Red+Green+Blue) = 1+99+186=286 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 186 (73.05% from 255 or 65.03% from 286); Max value from RGB is 186 - color contains mainly: blue. Hex color #0163BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0163BA is #FE9C45. Grayscale: #4F4F4F. Windows color (decimal): -16686150 or 12215041. OLE color: 12215041.

HSL color Cylindrical-coordinate representation of color #0163BA: hue angle of 208.22º 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 #0163BA is Cyan = 0.99, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 1 99 186 -
CMYK 0.99 0.47 0 0.27
HSL 208.22º 0.99% 0.37% -
HSV(B) 208.22º 0.99% 0.73% -
XYZ 13.34 12.48 48.16 -
YUV 79.62 188.03 71.93 -
System Red Green Blue C M Y K H S L
Decimal 1 99 186 0.99 0.47 0 0.27 208.22 0.99 0.37
Hex 1 63 BA 63 2F 0 1B D0 63 25
Octal 1 143 272 143 57 0 33 320 143 45
Binary 1 1100011 10111010 1100011 101111 0 11011 11010000 1100011 100101

Color Harmonies of #0163BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0163BA

Black with #0163BA

Text Example


Text Example

White with #0163BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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