Html Css Color HEX #1A063E Blackcurrant

📋 copy color: '#1A063E'

red 26 ◦ green 6 ◦ blue 62

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

Shades of Blackcurrant #1A063E

Tints of Blackcurrant #1A063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.38%

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

R = 27.66%
G = 6.38%
B = 65.96%

CMYK

 C value IS 0.58

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1A063E (or 0x1A063E) is known color: Blackcurrant. HEX triplet: 1A, 06 and 3E. RGB value is (26,6,62). Sum of RGB (Red+Green+Blue) = 26+6+62=94 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.66% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 62 (24.61% from 255 or 65.96% from 94); Max value from RGB is 62 - color contains mainly: blue. Hex color #1A063E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A063E is #E5F9C1. Grayscale: #121212. Windows color (decimal): -15071682 or 4064794. OLE color: 4064794.

HSL color Cylindrical-coordinate representation of color #1A063E: hue angle of 261.43º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1A063E is Cyan = 0.58, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 26 6 62 -
CMYK 0.58 0.90 0 0.76
HSL 261.43º 0.82% 0.13% -
HSV(B) 261.43º 0.9% 0.24% -
XYZ 1.36 0.7 4.62 -
YUV 18.36 152.63 133.45 -
System Red Green Blue C M Y K H S L
Decimal 26 6 62 0.58 0.90 0 0.76 261.43 0.82 0.13
Hex 1A 6 3E 3A 5A 0 4C 105 52 D
Octal 32 6 76 72 132 0 114 405 122 15
Binary 11010 110 111110 111010 1011010 0 1001100 100000101 1010010 1101

Color Harmonies of #1A063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A063E

Black with #1A063E

Text Example


Text Example

White with #1A063E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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