Html Css Color HEX #006CBA Navy Blue

📋 copy color: '#006CBA'

red 0 ◦ green 108 ◦ blue 186

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

Shades of Navy Blue #006CBA

Tints of Navy Blue #006CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.27%

R = 0%
G = 36.73%
B = 63.27%

CMYK

 C value IS 1

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#006CBA (or 0x006CBA) is known color: Navy Blue. HEX triplet: 00, 6C and BA. RGB value is (0,108,186). Sum of RGB (Red+Green+Blue) = 0+108+186=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 108 (42.58% from 255 or 36.73% from 294); Blue value is 186 (73.05% from 255 or 63.27% from 294); Max value from RGB is 186 - color contains mainly: blue. Hex color #006CBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #006CBA is #FF9345. Grayscale: #545454. Windows color (decimal): -16749382 or 12217344. OLE color: 12217344.

HSL color Cylindrical-coordinate representation of color #006CBA: hue angle of 205.16º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006CBA is Cyan = 1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 0 108 186 -
CMYK 1 0.42 0 0.27
HSL 205.16º 1% 0.36% -
HSV(B) 205.16º 1% 0.73% -
XYZ 14.23 14.27 48.46 -
YUV 84.6 185.22 67.66 -
System Red Green Blue C M Y K H S L
Decimal 0 108 186 1 0.42 0 0.27 205.16 1 0.36
Hex 0 6C BA 64 2A 0 1B CD 64 24
Octal 0 154 272 144 52 0 33 315 144 44
Binary 0 1101100 10111010 1100100 101010 0 11011 11001101 1100100 100100

Color Harmonies of #006CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006CBA

Black with #006CBA

Text Example


Text Example

White with #006CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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