Html Css Color HEX #1A073C Blackcurrant

📋 copy color: '#1A073C'

red 26 ◦ green 7 ◦ blue 60

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

Shades of Blackcurrant #1A073C

Tints of Blackcurrant #1A073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.53%

 BLUE value IS 60 (23.83% from 255) = 64.52%

R = 27.96%
G = 7.53%
B = 64.52%

CMYK

 C value IS 0.57

 M value IS 0.88

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1A073C (or 0x1A073C) is known color: Blackcurrant. HEX triplet: 1A, 07 and 3C. RGB value is (26,7,60). Sum of RGB (Red+Green+Blue) = 26+7+60=93 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.96% from 93); Green value is 7 (3.12% from 255 or 7.53% from 93); Blue value is 60 (23.83% from 255 or 64.52% from 93); Max value from RGB is 60 - color contains mainly: blue. Hex color #1A073C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1A073C is #E5F8C3. Grayscale: #121212. Windows color (decimal): -15071428 or 3933978. OLE color: 3933978.

HSL color Cylindrical-coordinate representation of color #1A073C: hue angle of 261.51º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A073C is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 26 7 60 -
CMYK 0.57 0.88 0 0.76
HSL 261.51º 0.79% 0.13% -
HSV(B) 261.51º 0.88% 0.24% -
XYZ 1.32 0.7 4.34 -
YUV 18.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 26 7 60 0.57 0.88 0 0.76 261.51 0.79 0.13
Hex 1A 7 3C 39 58 0 4C 106 4F D
Octal 32 7 74 71 130 0 114 406 117 15
Binary 11010 111 111100 111001 1011000 0 1001100 100000110 1001111 1101

Color Harmonies of #1A073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A073C

Black with #1A073C

Text Example


Text Example

White with #1A073C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,7,60); }

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

background-color css

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

 a { background-color: rgb(26,7,60); }

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

border-color css

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

 span { border-color: rgb(26,7,60); }

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