Html Css Color HEX #240292 Ultramarine

📋 copy color: '#240292'

red 36 ◦ green 2 ◦ blue 146

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

Shades of Ultramarine #240292

Tints of Ultramarine #240292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 79.35%

R = 19.57%
G = 1.09%
B = 79.35%

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

#240292 (or 0x240292) is known color: Ultramarine. HEX triplet: 24, 02 and 92. RGB value is (36,2,146). Sum of RGB (Red+Green+Blue) = 36+2+146=184 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.57% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 146 (57.42% from 255 or 79.35% from 184); Max value from RGB is 146 - color contains mainly: blue. Hex color #240292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240292 is #DBFD6D. Grayscale: #1C1C1C. Windows color (decimal): -14417262 or 9568804. OLE color: 9568804.

HSL color Cylindrical-coordinate representation of color #240292: hue angle of 254.17º 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 #240292 is Cyan = 0.75, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 2 146 -
CMYK 0.75 0.99 0 0.43
HSL 254.17º 0.97% 0.29% -
HSV(B) 254.17º 0.99% 0.57% -
XYZ 5.94 2.49 27.36 -
YUV 28.58 194.26 133.29 -
System Red Green Blue C M Y K H S L
Decimal 36 2 146 0.75 0.99 0 0.43 254.17 0.97 0.29
Hex 24 2 92 4B 63 0 2B FE 61 1D
Octal 44 2 222 113 143 0 53 376 141 35
Binary 100100 10 10010010 1001011 1100011 0 101011 11111110 1100001 11101

Color Harmonies of #240292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240292

Black with #240292

Text Example


Text Example

White with #240292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240292; }

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

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

background-color css

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

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

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

border-color css

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

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

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