Html Css Color HEX #016BB8 Navy Blue

📋 copy color: '#016BB8'

red 1 ◦ green 107 ◦ blue 184

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

Shades of Navy Blue #016BB8

Tints of Navy Blue #016BB8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.64%

 BLUE value IS 184 (72.27% from 255) = 63.01%

R = 0.34%
G = 36.64%
B = 63.01%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#016BB8 (or 0x016BB8) is known color: Navy Blue. HEX triplet: 01, 6B and B8. RGB value is (1,107,184). Sum of RGB (Red+Green+Blue) = 1+107+184=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 107 (42.19% from 255 or 36.64% from 292); Blue value is 184 (72.27% from 255 or 63.01% from 292); Max value from RGB is 184 - color contains mainly: blue. Hex color #016BB8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BB8 is #FE9447. Grayscale: #535353. Windows color (decimal): -16684104 or 12086017. OLE color: 12086017.

HSL color Cylindrical-coordinate representation of color #016BB8: hue angle of 205.25º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016BB8 is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 1 107 184 -
CMYK 0.99 0.42 0 0.28
HSL 205.25º 0.99% 0.36% -
HSV(B) 205.25º 0.99% 0.72% -
XYZ 13.92 13.98 47.31 -
YUV 84.08 184.38 68.74 -
System Red Green Blue C M Y K H S L
Decimal 1 107 184 0.99 0.42 0 0.28 205.25 0.99 0.36
Hex 1 6B B8 63 2A 0 1C CD 63 24
Octal 1 153 270 143 52 0 34 315 143 44
Binary 1 1101011 10111000 1100011 101010 0 11100 11001101 1100011 100100

Color Harmonies of #016BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BB8

Black with #016BB8

Text Example


Text Example

White with #016BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016BB8; }

 p { color: rgb(1,107,184); }

 H1.HeaderClassName
 {
   color: #016BB8;
 }
 .AnyTagClassName
 {
   color: #016BB8;
 }
</style>

background-color css

<style>
 a { background-color: #016BB8; }

 a { background-color: rgb(1,107,184); }

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

border-color css

<style>
 span { border-color: #016BB8; }

 span { border-color: rgb(1,107,184); }

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