Html Css Color HEX #2600BA Medium Blue

📋 copy color: '#2600BA'

red 38 ◦ green 0 ◦ blue 186

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

Shades of Medium Blue #2600BA

Tints of Medium Blue #2600BA

RGB

 RED value IS 38 (15.23% from 255) = 16.96%

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

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

R = 16.96%
G = 0%
B = 83.04%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#2600BA (or 0x2600BA) is known color: Medium Blue. HEX triplet: 26, 00 and BA. RGB value is (38,0,186). Sum of RGB (Red+Green+Blue) = 38+0+186=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 186 (73.05% from 255 or 83.04% from 224); Max value from RGB is 186 - color contains mainly: blue. Hex color #2600BA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2600BA is #D9FF45. Grayscale: #1F1F1F. Windows color (decimal): -14286662 or 12189734. OLE color: 12189734.

HSL color Cylindrical-coordinate representation of color #2600BA: hue angle of 252.26º 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 #2600BA is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 38 0 186 -
CMYK 0.80 1 0 0.27
HSL 252.26º 1% 0.36% -
HSV(B) 252.26º 1% 0.73% -
XYZ 9.66 3.96 46.71 -
YUV 32.57 214.59 131.88 -
System Red Green Blue C M Y K H S L
Decimal 38 0 186 0.80 1 0 0.27 252.26 1 0.36
Hex 26 0 BA 50 64 0 1B FC 64 24
Octal 46 0 272 120 144 0 33 374 144 44
Binary 100110 0 10111010 1010000 1100100 0 11011 11111100 1100100 100100

Color Harmonies of #2600BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2600BA

Black with #2600BA

Text Example


Text Example

White with #2600BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2600BA; }

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

 H1.HeaderClassName
 {
   color: #2600BA;
 }
 .AnyTagClassName
 {
   color: #2600BA;
 }
</style>

background-color css

<style>
 a { background-color: #2600BA; }

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

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

border-color css

<style>
 span { border-color: #2600BA; }

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

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