Html Css Color HEX #240895 Ultramarine

📋 copy color: '#240895'

red 36 ◦ green 8 ◦ blue 149

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

Shades of Ultramarine #240895

Tints of Ultramarine #240895

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.15%

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

R = 18.65%
G = 4.15%
B = 77.2%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#240895 (or 0x240895) is known color: Ultramarine. HEX triplet: 24, 08 and 95. RGB value is (36,8,149). Sum of RGB (Red+Green+Blue) = 36+8+149=193 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.65% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 149 (58.59% from 255 or 77.20% from 193); Max value from RGB is 149 - color contains mainly: blue. Hex color #240895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240895 is #DBF76A. Grayscale: #1F1F1F. Windows color (decimal): -14415723 or 9766948. OLE color: 9766948.

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

Color convert

RGB 36 8 149 -
CMYK 0.76 0.95 0 0.42
HSL 251.91º 0.9% 0.31% -
HSV(B) 251.91º 0.95% 0.58% -
XYZ 6.24 2.72 28.63 -
YUV 32.45 193.78 130.54 -
System Red Green Blue C M Y K H S L
Decimal 36 8 149 0.76 0.95 0 0.42 251.91 0.9 0.31
Hex 24 8 95 4C 5F 0 2A FC 5A 1F
Octal 44 10 225 114 137 0 52 374 132 37
Binary 100100 1000 10010101 1001100 1011111 0 101010 11111100 1011010 11111

Color Harmonies of #240895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240895

Black with #240895

Text Example


Text Example

White with #240895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240895; }

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

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

background-color css

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

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

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

border-color css

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

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

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