Html Css Color HEX #240291 Ultramarine

📋 copy color: '#240291'

red 36 ◦ green 2 ◦ blue 145

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

Shades of Ultramarine #240291

Tints of Ultramarine #240291

RGB

 RED value IS 36 (14.45% from 255) = 19.67%

 GREEN value IS 2 (1.17% from 255) = 1.09%

 BLUE value IS 145 (57.03% from 255) = 79.23%

R = 19.67%
G = 1.09%
B = 79.23%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#240291 (or 0x240291) is known color: Ultramarine. HEX triplet: 24, 02 and 91. RGB value is (36,2,145). Sum of RGB (Red+Green+Blue) = 36+2+145=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 2 (1.17% from 255 or 1.09% from 183); Blue value is 145 (57.03% from 255 or 79.23% from 183); Max value from RGB is 145 - color contains mainly: blue. Hex color #240291 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240291 is #DBFD6E. Grayscale: #1B1B1B. Windows color (decimal): -14417263 or 9503268. OLE color: 9503268.

HSL color Cylindrical-coordinate representation of color #240291: hue angle of 254.27º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #240291 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 2 145 -
CMYK 0.75 0.99 0 0.43
HSL 254.27º 0.97% 0.29% -
HSV(B) 254.27º 0.99% 0.57% -
XYZ 5.86 2.46 26.95 -
YUV 28.47 193.76 133.37 -
System Red Green Blue C M Y K H S L
Decimal 36 2 145 0.75 0.99 0 0.43 254.27 0.97 0.29
Hex 24 2 91 4B 63 0 2B FE 61 1D
Octal 44 2 221 113 143 0 53 376 141 35
Binary 100100 10 10010001 1001011 1100011 0 101011 11111110 1100001 11101

Color Harmonies of #240291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240291

Black with #240291

Text Example


Text Example

White with #240291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240291; }

 p { color: rgb(36,2,145); }

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

background-color css

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

 a { background-color: rgb(36,2,145); }

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

border-color css

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

 span { border-color: rgb(36,2,145); }

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