#2A0CB1

Color #2A0CB1 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #2A0CB1

Tints of Ultramarine #2A0CB1

Color information

#2A0CB1 (or 0x2A0CB1) is unknown color: approx Ultramarine. HEX triplet: 2A, 0C and B1. RGB value is (42,12,177). Sum of RGB (Red+Green+Blue) = 42+12+177=231 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.18% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 177 (69.53% from 255 or 76.62% from 231); Max value from RGB is 177 - color contains mainly: blue. Hex color #2A0CB1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2A0CB1 is #D5F34E. Grayscale: #272727. Windows color (decimal): -14021455 or 11602986. OLE color: 11602986.

HSL color Cylindrical-coordinate representation of color #2A0CB1: hue angle of 250.91º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2A0CB1 is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB4212177-
CMYK0.760.9300.31
HSL250.91º87.3%37.06%-
HSV(B)250.91º93.22%69.41%-
XYZ9.023.9341.88-
YUV39.78205.44129.58-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 18.18%
GREEN value IS 12 (5.08% from 255) = 5.19%
BLUE value IS 177 (69.53% from 255) = 76.62%
R=18.18%
G=5.19%
B=76.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal42121770.760.9300.31250.9187.337.06
Hex2ACB14C5D01Ffb5725
Octal521426111413503737312745
Binary10101011001011000110011001011101011111111110111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A0CB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A0CB1; }

 p { color: rgb(42,12,177); }

 H1.HeaderClassName
 {
   color: #2A0CB1;
 }
 .AnyTagClassName
 {
   color: #2A0CB1;
 }
</style>
background-color css

<style>
 a { background-color: #2A0CB1; }

 a { background-color: rgb(42,12,177); }

 div.DivClassName
 {
   background-color: #2A0CB1;
 }
 .BgClassName
 {
   background-color: #2A0CB1;
 }
</style>
border-color css

<style>
 span { border-color: #2A0CB1; }

 span { border-color: rgb(42,12,177); }

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