Html Css Color HEX #1A00BE Medium Blue

📋 copy color: '#1A00BE'

red 26 ◦ green 0 ◦ blue 190

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

Shades of Medium Blue #1A00BE

Tints of Medium Blue #1A00BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 87.96%

R = 12.04%
G = 0%
B = 87.96%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1A00BE (or 0x1A00BE) is known color: Medium Blue. HEX triplet: 1A, 00 and BE. RGB value is (26,0,190). Sum of RGB (Red+Green+Blue) = 26+0+190=216 (28% of max value = 765). Red value is 26 (10.55% from 255 or 12.04% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 190 (74.61% from 255 or 87.96% from 216); Max value from RGB is 190 - color contains mainly: blue. Hex color #1A00BE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A00BE is #E5FF41. Grayscale: #1C1C1C. Windows color (decimal): -15073090 or 12451866. OLE color: 12451866.

HSL color Cylindrical-coordinate representation of color #1A00BE: hue angle of 248.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A00BE is Cyan = 0.86, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 26 0 190 -
CMYK 0.86 1 0 0.25
HSL 248.21º 1% 0.37% -
HSV(B) 248.21º 1% 0.75% -
XYZ 9.72 3.94 48.96 -
YUV 29.43 218.61 125.55 -
System Red Green Blue C M Y K H S L
Decimal 26 0 190 0.86 1 0 0.25 248.21 1 0.37
Hex 1A 0 BE 56 64 0 19 F8 64 25
Octal 32 0 276 126 144 0 31 370 144 45
Binary 11010 0 10111110 1010110 1100100 0 11001 11111000 1100100 100101

Color Harmonies of #1A00BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A00BE

Black with #1A00BE

Text Example


Text Example

White with #1A00BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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