Html Css Color HEX #290CA5 Ultramarine

📋 copy color: '#290CA5'

red 41 ◦ green 12 ◦ blue 165

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

Shades of Ultramarine #290CA5

Tints of Ultramarine #290CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 75.69%

R = 18.81%
G = 5.5%
B = 75.69%

CMYK

 C value IS 0.75

 M value IS 0.93

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#290CA5 (or 0x290CA5) is known color: Ultramarine. HEX triplet: 29, 0C and A5. RGB value is (41,12,165). Sum of RGB (Red+Green+Blue) = 41+12+165=218 (28% of max value = 765). Red value is 41 (16.41% from 255 or 18.81% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 165 (64.84% from 255 or 75.69% from 218); Max value from RGB is 165 - color contains mainly: blue. Hex color #290CA5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290CA5 is #D6F35A. Grayscale: #252525. Windows color (decimal): -14087003 or 10816553. OLE color: 10816553.

HSL color Cylindrical-coordinate representation of color #290CA5: hue angle of 251.37º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #290CA5 is Cyan = 0.75, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 41 12 165 -
CMYK 0.75 0.93 0 0.35
HSL 251.37º 0.86% 0.35% -
HSV(B) 251.37º 0.93% 0.65% -
XYZ 7.84 3.45 35.85 -
YUV 38.11 199.61 130.06 -
System Red Green Blue C M Y K H S L
Decimal 41 12 165 0.75 0.93 0 0.35 251.37 0.86 0.35
Hex 29 C A5 4B 5D 0 23 FB 56 23
Octal 51 14 245 113 135 0 43 373 126 43
Binary 101001 1100 10100101 1001011 1011101 0 100011 11111011 1010110 100011

Color Harmonies of #290CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290CA5

Black with #290CA5

Text Example


Text Example

White with #290CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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