Html Css Color HEX #016BBC Navy Blue

📋 copy color: '#016BBC'

red 1 ◦ green 107 ◦ blue 188

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

Shades of Navy Blue #016BBC

Tints of Navy Blue #016BBC

RGB

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

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

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

R = 0.34%
G = 36.15%
B = 63.51%

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

#016BBC (or 0x016BBC) is known color: Navy Blue. HEX triplet: 01, 6B and BC. RGB value is (1,107,188). Sum of RGB (Red+Green+Blue) = 1+107+188=296 (39% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 188 (73.83% from 255 or 63.51% from 296); Max value from RGB is 188 - color contains mainly: blue. Hex color #016BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #016BBC is #FE9443. Grayscale: #545454. Windows color (decimal): -16684100 or 12348161. OLE color: 12348161.

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

Color convert

RGB 1 107 188 -
CMYK 0.99 0.43 0 0.26
HSL 205.99º 0.99% 0.37% -
HSV(B) 205.99º 0.99% 0.74% -
XYZ 14.35 14.15 49.55 -
YUV 84.54 186.38 68.41 -
System Red Green Blue C M Y K H S L
Decimal 1 107 188 0.99 0.43 0 0.26 205.99 0.99 0.37
Hex 1 6B BC 63 2B 0 1A CE 63 25
Octal 1 153 274 143 53 0 32 316 143 45
Binary 1 1101011 10111100 1100011 101011 0 11010 11001110 1100011 100101

Color Harmonies of #016BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016BBC

Black with #016BBC

Text Example


Text Example

White with #016BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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