Html Css Color HEX #006BC0 Navy Blue

📋 copy color: '#006BC0'

red 0 ◦ green 107 ◦ blue 192

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

Shades of Navy Blue #006BC0

Tints of Navy Blue #006BC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 64.21%

R = 0%
G = 35.79%
B = 64.21%

CMYK

 C value IS 1

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#006BC0 (or 0x006BC0) is known color: Navy Blue. HEX triplet: 00, 6B and C0. RGB value is (0,107,192). Sum of RGB (Red+Green+Blue) = 0+107+192=299 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 192 (75.39% from 255 or 64.21% from 299); Max value from RGB is 192 - color contains mainly: blue. Hex color #006BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BC0 is #FF943F. Grayscale: #545454. Windows color (decimal): -16749632 or 12610304. OLE color: 12610304.

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

Color convert

RGB 0 107 192 -
CMYK 1 0.44 0 0.25
HSL 206.56º 1% 0.38% -
HSV(B) 206.56º 1% 0.75% -
XYZ 14.77 14.32 51.85 -
YUV 84.7 188.55 67.59 -
System Red Green Blue C M Y K H S L
Decimal 0 107 192 1 0.44 0 0.25 206.56 1 0.38
Hex 0 6B C0 64 2C 0 19 CF 64 26
Octal 0 153 300 144 54 0 31 317 144 46
Binary 0 1101011 11000000 1100100 101100 0 11001 11001111 1100100 100110

Color Harmonies of #006BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BC0

Black with #006BC0

Text Example


Text Example

White with #006BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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