Html Css Color HEX #240691 Ultramarine

📋 copy color: '#240691'

red 36 ◦ green 6 ◦ blue 145

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

Shades of Ultramarine #240691

Tints of Ultramarine #240691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.21%

 BLUE value IS 145 (57.03% from 255) = 77.54%

R = 19.25%
G = 3.21%
B = 77.54%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#240691 (or 0x240691) is known color: Ultramarine. HEX triplet: 24, 06 and 91. RGB value is (36,6,145). Sum of RGB (Red+Green+Blue) = 36+6+145=187 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.25% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 145 (57.03% from 255 or 77.54% from 187); Max value from RGB is 145 - color contains mainly: blue. Hex color #240691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240691 is #DBF96E. Grayscale: #1E1E1E. Windows color (decimal): -14416239 or 9504292. OLE color: 9504292.

HSL color Cylindrical-coordinate representation of color #240691: hue angle of 252.95º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240691 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 6 145 -
CMYK 0.75 0.96 0 0.43
HSL 252.95º 0.92% 0.3% -
HSV(B) 252.95º 0.96% 0.57% -
XYZ 5.9 2.55 26.97 -
YUV 30.82 192.44 131.7 -
System Red Green Blue C M Y K H S L
Decimal 36 6 145 0.75 0.96 0 0.43 252.95 0.92 0.3
Hex 24 6 91 4B 60 0 2B FD 5C 1E
Octal 44 6 221 113 140 0 53 375 134 36
Binary 100100 110 10010001 1001011 1100000 0 101011 11111101 1011100 11110

Color Harmonies of #240691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240691

Black with #240691

Text Example


Text Example

White with #240691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240691; }

 p { color: rgb(36,6,145); }

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

background-color css

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

 a { background-color: rgb(36,6,145); }

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

border-color css

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

 span { border-color: rgb(36,6,145); }

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