Html Css Color HEX #016CBF Navy Blue

📋 copy color: '#016CBF'

red 1 ◦ green 108 ◦ blue 191

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

Shades of Navy Blue #016CBF

Tints of Navy Blue #016CBF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36%

 BLUE value IS 191 (75% from 255) = 63.67%

R = 0.33%
G = 36%
B = 63.67%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#016CBF (or 0x016CBF) is known color: Navy Blue. HEX triplet: 01, 6C and BF. RGB value is (1,108,191). Sum of RGB (Red+Green+Blue) = 1+108+191=300 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.33% from 300); Green value is 108 (42.58% from 255 or 36% from 300); Blue value is 191 (75% from 255 or 63.67% from 300); Max value from RGB is 191 - color contains mainly: blue. Hex color #016CBF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CBF is #FE9340. Grayscale: #555555. Windows color (decimal): -16683841 or 12545025. OLE color: 12545025.

HSL color Cylindrical-coordinate representation of color #016CBF: hue angle of 206.21º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016CBF is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 1 108 191 -
CMYK 0.99 0.43 0 0.25
HSL 206.21º 0.99% 0.38% -
HSV(B) 206.21º 0.99% 0.75% -
XYZ 14.78 14.49 51.31 -
YUV 85.47 187.55 67.75 -
System Red Green Blue C M Y K H S L
Decimal 1 108 191 0.99 0.43 0 0.25 206.21 0.99 0.38
Hex 1 6C BF 63 2B 0 19 CE 63 26
Octal 1 154 277 143 53 0 31 316 143 46
Binary 1 1101100 10111111 1100011 101011 0 11001 11001110 1100011 100110

Color Harmonies of #016CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CBF

Black with #016CBF

Text Example


Text Example

White with #016CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,108,191); }

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

background-color css

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

 a { background-color: rgb(1,108,191); }

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

border-color css

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

 span { border-color: rgb(1,108,191); }

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