Html Css Color HEX #240F92 Ultramarine

📋 copy color: '#240F92'

red 36 ◦ green 15 ◦ blue 146

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

Shades of Ultramarine #240F92

Tints of Ultramarine #240F92

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.61%

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

R = 18.27%
G = 7.61%
B = 74.11%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#240F92 (or 0x240F92) is known color: Ultramarine. HEX triplet: 24, 0F and 92. RGB value is (36,15,146). Sum of RGB (Red+Green+Blue) = 36+15+146=197 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.27% from 197); Green value is 15 (6.25% from 255 or 7.61% from 197); Blue value is 146 (57.42% from 255 or 74.11% from 197); Max value from RGB is 146 - color contains mainly: blue. Hex color #240F92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240F92 is #DBF06D. Grayscale: #232323. Windows color (decimal): -14413934 or 9572132. OLE color: 9572132.

HSL color Cylindrical-coordinate representation of color #240F92: hue angle of 249.62º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #240F92 is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 15 146 -
CMYK 0.75 0.90 0 0.43
HSL 249.62º 0.81% 0.32% -
HSV(B) 249.62º 0.9% 0.57% -
XYZ 6.09 2.79 27.41 -
YUV 36.21 189.96 127.85 -
System Red Green Blue C M Y K H S L
Decimal 36 15 146 0.75 0.90 0 0.43 249.62 0.81 0.32
Hex 24 F 92 4B 5A 0 2B FA 51 20
Octal 44 17 222 113 132 0 53 372 121 40
Binary 100100 1111 10010010 1001011 1011010 0 101011 11111010 1010001 100000

Color Harmonies of #240F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240F92

Black with #240F92

Text Example


Text Example

White with #240F92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240F92; }

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

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

background-color css

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

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

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

border-color css

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

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

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