Html Css Color HEX #0168BD Navy Blue

📋 copy color: '#0168BD'

red 1 ◦ green 104 ◦ blue 189

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

Shades of Navy Blue #0168BD

Tints of Navy Blue #0168BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.29%

R = 0.34%
G = 35.37%
B = 64.29%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0168BD (or 0x0168BD) is known color: Navy Blue. HEX triplet: 01, 68 and BD. RGB value is (1,104,189). Sum of RGB (Red+Green+Blue) = 1+104+189=294 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 294); Green value is 104 (41.02% from 255 or 35.37% from 294); Blue value is 189 (74.22% from 255 or 64.29% from 294); Max value from RGB is 189 - color contains mainly: blue. Hex color #0168BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0168BD is #FE9742. Grayscale: #525252. Windows color (decimal): -16684867 or 12412929. OLE color: 12412929.

HSL color Cylindrical-coordinate representation of color #0168BD: hue angle of 207.13º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0168BD is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 104 189 -
CMYK 0.99 0.45 0 0.26
HSL 207.13º 0.99% 0.37% -
HSV(B) 207.13º 0.99% 0.74% -
XYZ 14.15 13.58 50.02 -
YUV 82.89 187.88 69.59 -
System Red Green Blue C M Y K H S L
Decimal 1 104 189 0.99 0.45 0 0.26 207.13 0.99 0.37
Hex 1 68 BD 63 2D 0 1A CF 63 25
Octal 1 150 275 143 55 0 32 317 143 45
Binary 1 1101000 10111101 1100011 101101 0 11010 11001111 1100011 100101

Color Harmonies of #0168BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0168BD

Black with #0168BD

Text Example


Text Example

White with #0168BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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