Html Css Color HEX #240793 Ultramarine

📋 copy color: '#240793'

red 36 ◦ green 7 ◦ blue 147

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

Shades of Ultramarine #240793

Tints of Ultramarine #240793

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.68%

 BLUE value IS 147 (57.81% from 255) = 77.37%

R = 18.95%
G = 3.68%
B = 77.37%

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

#240793 (or 0x240793) is known color: Ultramarine. HEX triplet: 24, 07 and 93. RGB value is (36,7,147). Sum of RGB (Red+Green+Blue) = 36+7+147=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #240793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240793 is #DBF86C. Grayscale: #1F1F1F. Windows color (decimal): -14415981 or 9635620. OLE color: 9635620.

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

Color convert

RGB 36 7 147 -
CMYK 0.76 0.95 0 0.42
HSL 252.43º 0.91% 0.3% -
HSV(B) 252.43º 0.95% 0.58% -
XYZ 6.07 2.63 27.79 -
YUV 31.63 193.11 131.12 -
System Red Green Blue C M Y K H S L
Decimal 36 7 147 0.76 0.95 0 0.42 252.43 0.91 0.3
Hex 24 7 93 4C 5F 0 2A FC 5B 1E
Octal 44 7 223 114 137 0 52 374 133 36
Binary 100100 111 10010011 1001100 1011111 0 101010 11111100 1011011 11110

Color Harmonies of #240793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240793

Black with #240793

Text Example


Text Example

White with #240793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240793; }

 p { color: rgb(36,7,147); }

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

background-color css

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

 a { background-color: rgb(36,7,147); }

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

border-color css

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

 span { border-color: rgb(36,7,147); }

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