Html Css Color HEX #016CBC Navy Blue

📋 copy color: '#016CBC'

red 1 ◦ green 108 ◦ blue 188

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

Shades of Navy Blue #016CBC

Tints of Navy Blue #016CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.3%

R = 0.34%
G = 36.36%
B = 63.3%

CMYK

 C value IS 0.99

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#016CBC (or 0x016CBC) is known color: Navy Blue. HEX triplet: 01, 6C and BC. RGB value is (1,108,188). Sum of RGB (Red+Green+Blue) = 1+108+188=297 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 188 (73.83% from 255 or 63.30% from 297); Max value from RGB is 188 - color contains mainly: blue. Hex color #016CBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016CBC is #FE9343. Grayscale: #545454. Windows color (decimal): -16683844 or 12348417. OLE color: 12348417.

HSL color Cylindrical-coordinate representation of color #016CBC: hue angle of 205.67º 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 #016CBC is Cyan = 0.99, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 108 188 -
CMYK 0.99 0.43 0 0.26
HSL 205.67º 0.99% 0.37% -
HSV(B) 205.67º 0.99% 0.74% -
XYZ 14.45 14.36 49.59 -
YUV 85.13 186.05 68 -
System Red Green Blue C M Y K H S L
Decimal 1 108 188 0.99 0.43 0 0.26 205.67 0.99 0.37
Hex 1 6C BC 63 2B 0 1A CE 63 25
Octal 1 154 274 143 53 0 32 316 143 45
Binary 1 1101100 10111100 1100011 101011 0 11010 11001110 1100011 100101

Color Harmonies of #016CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016CBC

Black with #016CBC

Text Example


Text Example

White with #016CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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