Html Css Color HEX #1A013E Blackcurrant

📋 copy color: '#1A013E'

red 26 ◦ green 1 ◦ blue 62

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

Shades of Blackcurrant #1A013E

Tints of Blackcurrant #1A013E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.12%

 BLUE value IS 62 (24.61% from 255) = 69.66%

R = 29.21%
G = 1.12%
B = 69.66%

CMYK

 C value IS 0.58

 M value IS 0.98

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1A013E (or 0x1A013E) is known color: Blackcurrant. HEX triplet: 1A, 01 and 3E. RGB value is (26,1,62). Sum of RGB (Red+Green+Blue) = 26+1+62=89 (11% of max value = 765). Red value is 26 (10.55% from 255 or 29.21% from 89); Green value is 1 (0.78% from 255 or 1.12% from 89); Blue value is 62 (24.61% from 255 or 69.66% from 89); Max value from RGB is 62 - color contains mainly: blue. Hex color #1A013E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A013E is #E5FEC1. Grayscale: #0F0F0F. Windows color (decimal): -15072962 or 4063514. OLE color: 4063514.

HSL color Cylindrical-coordinate representation of color #1A013E: hue angle of 264.59º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1A013E is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 26 1 62 -
CMYK 0.58 0.98 0 0.76
HSL 264.59º 0.97% 0.12% -
HSV(B) 264.59º 0.98% 0.24% -
XYZ 1.31 0.59 4.6 -
YUV 15.43 154.28 135.54 -
System Red Green Blue C M Y K H S L
Decimal 26 1 62 0.58 0.98 0 0.76 264.59 0.97 0.12
Hex 1A 1 3E 3A 62 0 4C 109 61 C
Octal 32 1 76 72 142 0 114 411 141 14
Binary 11010 1 111110 111010 1100010 0 1001100 100001001 1100001 1100

Color Harmonies of #1A013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A013E

Black with #1A013E

Text Example


Text Example

White with #1A013E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,1,62); }

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

background-color css

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

 a { background-color: rgb(26,1,62); }

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

border-color css

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

 span { border-color: rgb(26,1,62); }

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