Html Css Color HEX #1A00B7 Medium Blue

📋 copy color: '#1A00B7'

red 26 ◦ green 0 ◦ blue 183

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

Shades of Medium Blue #1A00B7

Tints of Medium Blue #1A00B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 87.56%

R = 12.44%
G = 0%
B = 87.56%

CMYK

 C value IS 0.86

 M value IS 1

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#1A00B7 (or 0x1A00B7) is known color: Medium Blue. HEX triplet: 1A, 00 and B7. RGB value is (26,0,183). Sum of RGB (Red+Green+Blue) = 26+0+183=209 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.44% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 183 (71.88% from 255 or 87.56% from 209); Max value from RGB is 183 - color contains mainly: blue. Hex color #1A00B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A00B7 is #E5FF48. Grayscale: #1B1B1B. Windows color (decimal): -15073097 or 11993114. OLE color: 11993114.

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

Color convert

RGB 26 0 183 -
CMYK 0.86 1 0 0.28
HSL 248.52º 1% 0.36% -
HSV(B) 248.52º 1% 0.72% -
XYZ 8.97 3.64 45.03 -
YUV 28.64 215.11 126.12 -
System Red Green Blue C M Y K H S L
Decimal 26 0 183 0.86 1 0 0.28 248.52 1 0.36
Hex 1A 0 B7 56 64 0 1C F9 64 24
Octal 32 0 267 126 144 0 34 371 144 44
Binary 11010 0 10110111 1010110 1100100 0 11100 11111001 1100100 100100

Color Harmonies of #1A00B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A00B7

Black with #1A00B7

Text Example


Text Example

White with #1A00B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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