Html Css Color HEX #1A00BD Medium Blue

📋 copy color: '#1A00BD'

red 26 ◦ green 0 ◦ blue 189

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

Shades of Medium Blue #1A00BD

Tints of Medium Blue #1A00BD

RGB

 RED value IS 26 (10.55% from 255) = 12.09%

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

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

R = 12.09%
G = 0%
B = 87.91%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1A00BD (or 0x1A00BD) is known color: Medium Blue. HEX triplet: 1A, 00 and BD. RGB value is (26,0,189). Sum of RGB (Red+Green+Blue) = 26+0+189=215 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.09% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 189 (74.22% from 255 or 87.91% from 215); Max value from RGB is 189 - color contains mainly: blue. Hex color #1A00BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A00BD is #E5FF42. Grayscale: #1C1C1C. Windows color (decimal): -15073091 or 12386330. OLE color: 12386330.

HSL color Cylindrical-coordinate representation of color #1A00BD: hue angle of 248.25º 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 #1A00BD is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 26 0 189 -
CMYK 0.86 1 0 0.26
HSL 248.25º 1% 0.37% -
HSV(B) 248.25º 1% 0.74% -
XYZ 9.61 3.89 48.39 -
YUV 29.32 218.11 125.63 -
System Red Green Blue C M Y K H S L
Decimal 26 0 189 0.86 1 0 0.26 248.25 1 0.37
Hex 1A 0 BD 56 64 0 1A F8 64 25
Octal 32 0 275 126 144 0 32 370 144 45
Binary 11010 0 10111101 1010110 1100100 0 11010 11111000 1100100 100101

Color Harmonies of #1A00BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A00BD

Black with #1A00BD

Text Example


Text Example

White with #1A00BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1A00BD; }

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

 H1.HeaderClassName
 {
   color: #1A00BD;
 }
 .AnyTagClassName
 {
   color: #1A00BD;
 }
</style>

background-color css

<style>
 a { background-color: #1A00BD; }

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

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

border-color css

<style>
 span { border-color: #1A00BD; }

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

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