Html Css Color HEX #240995 Ultramarine

📋 copy color: '#240995'

red 36 ◦ green 9 ◦ blue 149

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

Shades of Ultramarine #240995

Tints of Ultramarine #240995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.64%

 BLUE value IS 149 (58.59% from 255) = 76.8%

R = 18.56%
G = 4.64%
B = 76.8%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#240995 (or 0x240995) is known color: Ultramarine. HEX triplet: 24, 09 and 95. RGB value is (36,9,149). Sum of RGB (Red+Green+Blue) = 36+9+149=194 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.56% from 194); Green value is 9 (3.91% from 255 or 4.64% from 194); Blue value is 149 (58.59% from 255 or 76.80% from 194); Max value from RGB is 149 - color contains mainly: blue. Hex color #240995 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240995 is #DBF66A. Grayscale: #202020. Windows color (decimal): -14415467 or 9767204. OLE color: 9767204.

HSL color Cylindrical-coordinate representation of color #240995: hue angle of 251.57º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #240995 is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 36 9 149 -
CMYK 0.76 0.94 0 0.42
HSL 251.57º 0.89% 0.31% -
HSV(B) 251.57º 0.94% 0.58% -
XYZ 6.25 2.74 28.63 -
YUV 33.03 193.45 130.12 -
System Red Green Blue C M Y K H S L
Decimal 36 9 149 0.76 0.94 0 0.42 251.57 0.89 0.31
Hex 24 9 95 4C 5E 0 2A FC 59 1F
Octal 44 11 225 114 136 0 52 374 131 37
Binary 100100 1001 10010101 1001100 1011110 0 101010 11111100 1011001 11111

Color Harmonies of #240995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240995

Black with #240995

Text Example


Text Example

White with #240995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240995; }

 p { color: rgb(36,9,149); }

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

background-color css

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

 a { background-color: rgb(36,9,149); }

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

border-color css

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

 span { border-color: rgb(36,9,149); }

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