Html Css Color HEX #240189 Ultramarine

📋 copy color: '#240189'

red 36 ◦ green 1 ◦ blue 137

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

Shades of Ultramarine #240189

Tints of Ultramarine #240189

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 20.69%
G = 0.57%
B = 78.74%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#240189 (or 0x240189) is known color: Ultramarine. HEX triplet: 24, 01 and 89. RGB value is (36,1,137). Sum of RGB (Red+Green+Blue) = 36+1+137=174 (23% of max value = 765). Red value is 36 (14.45% from 255 or 20.69% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 137 (53.91% from 255 or 78.74% from 174); Max value from RGB is 137 - color contains mainly: blue. Hex color #240189 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240189 is #DBFE76. Grayscale: #1A1A1A. Windows color (decimal): -14417527 or 8978724. OLE color: 8978724.

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

Color convert

RGB 36 1 137 -
CMYK 0.74 0.99 0 0.46
HSL 255.44º 0.99% 0.27% -
HSV(B) 255.44º 0.99% 0.54% -
XYZ 5.25 2.2 23.82 -
YUV 26.97 190.1 134.44 -
System Red Green Blue C M Y K H S L
Decimal 36 1 137 0.74 0.99 0 0.46 255.44 0.99 0.27
Hex 24 1 89 4A 63 0 2E FF 63 1B
Octal 44 1 211 112 143 0 56 377 143 33
Binary 100100 1 10001001 1001010 1100011 0 101110 11111111 1100011 11011

Color Harmonies of #240189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240189

Black with #240189

Text Example


Text Example

White with #240189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240189; }

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

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

background-color css

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

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

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

border-color css

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

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

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