Html Css Color HEX #0168BA Navy Blue

📋 copy color: '#0168BA'

red 1 ◦ green 104 ◦ blue 186

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

Shades of Navy Blue #0168BA

Tints of Navy Blue #0168BA

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.74%

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

R = 0.34%
G = 35.74%
B = 63.92%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0168BA (or 0x0168BA) is known color: Navy Blue. HEX triplet: 01, 68 and BA. RGB value is (1,104,186). Sum of RGB (Red+Green+Blue) = 1+104+186=291 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #0168BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0168BA is #FE9745. Grayscale: #525252. Windows color (decimal): -16684870 or 12216321. OLE color: 12216321.

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

Color convert

RGB 1 104 186 -
CMYK 0.99 0.44 0 0.27
HSL 206.59º 0.99% 0.37% -
HSV(B) 206.59º 0.99% 0.73% -
XYZ 13.83 13.45 48.32 -
YUV 82.55 186.38 69.83 -
System Red Green Blue C M Y K H S L
Decimal 1 104 186 0.99 0.44 0 0.27 206.59 0.99 0.37
Hex 1 68 BA 63 2C 0 1B CF 63 25
Octal 1 150 272 143 54 0 33 317 143 45
Binary 1 1101000 10111010 1100011 101100 0 11011 11001111 1100011 100101

Color Harmonies of #0168BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0168BA

Black with #0168BA

Text Example


Text Example

White with #0168BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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