Html Css Color HEX #290CAB Ultramarine

📋 copy color: '#290CAB'

red 41 ◦ green 12 ◦ blue 171

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

Shades of Ultramarine #290CAB

Tints of Ultramarine #290CAB

RGB

 RED value IS 41 (16.41% from 255) = 18.3%

 GREEN value IS 12 (5.08% from 255) = 5.36%

 BLUE value IS 171 (67.19% from 255) = 76.34%

R = 18.3%
G = 5.36%
B = 76.34%

CMYK

 C value IS 0.76

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#290CAB (or 0x290CAB) is known color: Ultramarine. HEX triplet: 29, 0C and AB. RGB value is (41,12,171). Sum of RGB (Red+Green+Blue) = 41+12+171=224 (29% of max value = 765). Red value is 41 (16.41% from 255 or 18.30% from 224); Green value is 12 (5.08% from 255 or 5.36% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #290CAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290CAB is #D6F354. Grayscale: #262626. Windows color (decimal): -14086997 or 11209769. OLE color: 11209769.

HSL color Cylindrical-coordinate representation of color #290CAB: hue angle of 250.94º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290CAB is Cyan = 0.76, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 41 12 171 -
CMYK 0.76 0.93 0 0.33
HSL 250.94º 0.87% 0.36% -
HSV(B) 250.94º 0.93% 0.67% -
XYZ 8.4 3.67 38.79 -
YUV 38.8 202.61 129.57 -
System Red Green Blue C M Y K H S L
Decimal 41 12 171 0.76 0.93 0 0.33 250.94 0.87 0.36
Hex 29 C AB 4C 5D 0 21 FB 57 24
Octal 51 14 253 114 135 0 41 373 127 44
Binary 101001 1100 10101011 1001100 1011101 0 100001 11111011 1010111 100100

Color Harmonies of #290CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290CAB

Black with #290CAB

Text Example


Text Example

White with #290CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290CAB; }

 p { color: rgb(41,12,171); }

 H1.HeaderClassName
 {
   color: #290CAB;
 }
 .AnyTagClassName
 {
   color: #290CAB;
 }
</style>

background-color css

<style>
 a { background-color: #290CAB; }

 a { background-color: rgb(41,12,171); }

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

border-color css

<style>
 span { border-color: #290CAB; }

 span { border-color: rgb(41,12,171); }

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