Html Css Color HEX #1A00CC Medium Blue

📋 copy color: '#1A00CC'

red 26 ◦ green 0 ◦ blue 204

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

Shades of Medium Blue #1A00CC

Tints of Medium Blue #1A00CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 88.7%

R = 11.3%
G = 0%
B = 88.7%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1A00CC (or 0x1A00CC) is known color: Medium Blue. HEX triplet: 1A, 00 and CC. RGB value is (26,0,204). Sum of RGB (Red+Green+Blue) = 26+0+204=230 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.30% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 204 (80.08% from 255 or 88.70% from 230); Max value from RGB is 204 - color contains mainly: blue. Hex color #1A00CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A00CC is #E5FF33. Grayscale: #1E1E1E. Windows color (decimal): -15073076 or 13369370. OLE color: 13369370.

HSL color Cylindrical-coordinate representation of color #1A00CC: hue angle of 247.65º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1A00CC is Cyan = 0.87, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 26 0 204 -
CMYK 0.87 1 0 0.2
HSL 247.65º 1% 0.4% -
HSV(B) 247.65º 1% 0.8% -
XYZ 11.33 4.58 57.41 -
YUV 31.03 225.61 124.41 -
System Red Green Blue C M Y K H S L
Decimal 26 0 204 0.87 1 0 0.2 247.65 1 0.4
Hex 1A 0 CC 57 64 0 14 F8 64 28
Octal 32 0 314 127 144 0 24 370 144 50
Binary 11010 0 11001100 1010111 1100100 0 10100 11111000 1100100 101000

Color Harmonies of #1A00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A00CC

Black with #1A00CC

Text Example


Text Example

White with #1A00CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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