Html Css Color HEX #006BC1 Navy Blue

📋 copy color: '#006BC1'

red 0 ◦ green 107 ◦ blue 193

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

Shades of Navy Blue #006BC1

Tints of Navy Blue #006BC1

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 193 (75.78% from 255) = 64.33%

R = 0%
G = 35.67%
B = 64.33%

CMYK

 C value IS 1

 M value IS 0.45

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#006BC1 (or 0x006BC1) is known color: Navy Blue. HEX triplet: 00, 6B and C1. RGB value is (0,107,193). Sum of RGB (Red+Green+Blue) = 0+107+193=300 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 300); Green value is 107 (42.19% from 255 or 35.67% from 300); Blue value is 193 (75.78% from 255 or 64.33% from 300); Max value from RGB is 193 - color contains mainly: blue. Hex color #006BC1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BC1 is #FF943E. Grayscale: #545454. Windows color (decimal): -16749631 or 12675840. OLE color: 12675840.

HSL color Cylindrical-coordinate representation of color #006BC1: hue angle of 206.74º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BC1 is Cyan = 1, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 0 107 193 -
CMYK 1 0.45 0 0.24
HSL 206.74º 1% 0.38% -
HSV(B) 206.74º 1% 0.76% -
XYZ 14.88 14.37 52.44 -
YUV 84.81 189.05 67.51 -
System Red Green Blue C M Y K H S L
Decimal 0 107 193 1 0.45 0 0.24 206.74 1 0.38
Hex 0 6B C1 64 2D 0 18 CF 64 26
Octal 0 153 301 144 55 0 30 317 144 46
Binary 0 1101011 11000001 1100100 101101 0 11000 11001111 1100100 100110

Color Harmonies of #006BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BC1

Black with #006BC1

Text Example


Text Example

White with #006BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006BC1; }

 p { color: rgb(0,107,193); }

 H1.HeaderClassName
 {
   color: #006BC1;
 }
 .AnyTagClassName
 {
   color: #006BC1;
 }
</style>

background-color css

<style>
 a { background-color: #006BC1; }

 a { background-color: rgb(0,107,193); }

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

border-color css

<style>
 span { border-color: #006BC1; }

 span { border-color: rgb(0,107,193); }

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