Html Css Color HEX #006BCD Navy Blue

📋 copy color: '#006BCD'

red 0 ◦ green 107 ◦ blue 205

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

Shades of Navy Blue #006BCD

Tints of Navy Blue #006BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.71%

R = 0%
G = 34.29%
B = 65.71%

CMYK

 C value IS 1

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#006BCD (or 0x006BCD) is known color: Navy Blue. HEX triplet: 00, 6B and CD. RGB value is (0,107,205). Sum of RGB (Red+Green+Blue) = 0+107+205=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #006BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006BCD is #FF9432. Grayscale: #555555. Windows color (decimal): -16749619 or 13462272. OLE color: 13462272.

HSL color Cylindrical-coordinate representation of color #006BCD: hue angle of 208.68º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006BCD is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 107 205 -
CMYK 1 0.48 0 0.20
HSL 208.68º 1% 0.4% -
HSV(B) 208.68º 1% 0.8% -
XYZ 16.28 14.92 59.78 -
YUV 86.18 195.05 66.53 -
System Red Green Blue C M Y K H S L
Decimal 0 107 205 1 0.48 0 0.20 208.68 1 0.4
Hex 0 6B CD 64 30 0 14 D1 64 28
Octal 0 153 315 144 60 0 24 321 144 50
Binary 0 1101011 11001101 1100100 110000 0 10100 11010001 1100100 101000

Color Harmonies of #006BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006BCD

Black with #006BCD

Text Example


Text Example

White with #006BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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