Html Css Color HEX #240089 Ultramarine

📋 copy color: '#240089'

red 36 ◦ green 0 ◦ blue 137

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

Shades of Ultramarine #240089

Tints of Ultramarine #240089

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 137 (53.91% from 255) = 79.19%

R = 20.81%
G = 0%
B = 79.19%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#240089 (or 0x240089) is known color: Ultramarine. HEX triplet: 24, 00 and 89. RGB value is (36,0,137). Sum of RGB (Red+Green+Blue) = 36+0+137=173 (22% of max value = 765). Red value is 36 (14.45% from 255 or 20.81% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 137 (53.91% from 255 or 79.19% from 173); Max value from RGB is 137 - color contains mainly: blue. Hex color #240089 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240089 is #DBFF76. Grayscale: #191919. Windows color (decimal): -14417783 or 8978468. OLE color: 8978468.

HSL color Cylindrical-coordinate representation of color #240089: hue angle of 255.77º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #240089 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 36 0 137 -
CMYK 0.74 1 0 0.46
HSL 255.77º 1% 0.27% -
HSV(B) 255.77º 1% 0.54% -
XYZ 5.24 2.18 23.81 -
YUV 26.38 190.43 134.86 -
System Red Green Blue C M Y K H S L
Decimal 36 0 137 0.74 1 0 0.46 255.77 1 0.27
Hex 24 0 89 4A 64 0 2E 100 64 1B
Octal 44 0 211 112 144 0 56 400 144 33
Binary 100100 0 10001001 1001010 1100100 0 101110 100000000 1100100 11011

Color Harmonies of #240089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240089

Black with #240089

Text Example


Text Example

White with #240089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240089; }

 p { color: rgb(36,0,137); }

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

background-color css

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

 a { background-color: rgb(36,0,137); }

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

border-color css

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

 span { border-color: rgb(36,0,137); }

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