Html Css Color HEX #006CBD Navy Blue

📋 copy color: '#006CBD'

red 0 ◦ green 108 ◦ blue 189

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

Shades of Navy Blue #006CBD

Tints of Navy Blue #006CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 63.64%

R = 0%
G = 36.36%
B = 63.64%

CMYK

 C value IS 1

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#006CBD (or 0x006CBD) is known color: Navy Blue. HEX triplet: 00, 6C and BD. RGB value is (0,108,189). Sum of RGB (Red+Green+Blue) = 0+108+189=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 189 (74.22% from 255 or 63.64% from 297); Max value from RGB is 189 - color contains mainly: blue. Hex color #006CBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CBD is #FF9342. Grayscale: #545454. Windows color (decimal): -16749379 or 12413952. OLE color: 12413952.

HSL color Cylindrical-coordinate representation of color #006CBD: hue angle of 205.71º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CBD is Cyan = 1, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 0 108 189 -
CMYK 1 0.43 0 0.26
HSL 205.71º 1% 0.37% -
HSV(B) 205.71º 1% 0.74% -
XYZ 14.55 14.4 50.16 -
YUV 84.94 186.72 67.41 -
System Red Green Blue C M Y K H S L
Decimal 0 108 189 1 0.43 0 0.26 205.71 1 0.37
Hex 0 6C BD 64 2B 0 1A CE 64 25
Octal 0 154 275 144 53 0 32 316 144 45
Binary 0 1101100 10111101 1100100 101011 0 11010 11001110 1100100 100101

Color Harmonies of #006CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CBD

Black with #006CBD

Text Example


Text Example

White with #006CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,108,189); }

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

background-color css

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

 a { background-color: rgb(0,108,189); }

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

border-color css

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

 span { border-color: rgb(0,108,189); }

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