Html Css Color HEX #1A00CA Medium Blue

📋 copy color: '#1A00CA'

red 26 ◦ green 0 ◦ blue 202

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

Shades of Medium Blue #1A00CA

Tints of Medium Blue #1A00CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 88.6%

R = 11.4%
G = 0%
B = 88.6%

CMYK

 C value IS 0.87

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1A00CA (or 0x1A00CA) is known color: Medium Blue. HEX triplet: 1A, 00 and CA. RGB value is (26,0,202). Sum of RGB (Red+Green+Blue) = 26+0+202=228 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.40% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 202 (79.30% from 255 or 88.60% from 228); Max value from RGB is 202 - color contains mainly: blue. Hex color #1A00CA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1A00CA is #E5FF35. Grayscale: #1E1E1E. Windows color (decimal): -15073078 or 13238298. OLE color: 13238298.

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

Color convert

RGB 26 0 202 -
CMYK 0.87 1 0 0.21
HSL 247.72º 1% 0.4% -
HSV(B) 247.72º 1% 0.79% -
XYZ 11.09 4.48 56.16 -
YUV 30.8 224.61 124.57 -
System Red Green Blue C M Y K H S L
Decimal 26 0 202 0.87 1 0 0.21 247.72 1 0.4
Hex 1A 0 CA 57 64 0 15 F8 64 28
Octal 32 0 312 127 144 0 25 370 144 50
Binary 11010 0 11001010 1010111 1100100 0 10101 11111000 1100100 101000

Color Harmonies of #1A00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A00CA

Black with #1A00CA

Text Example


Text Example

White with #1A00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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