Html Css Color HEX #240699 Ultramarine

📋 copy color: '#240699'

red 36 ◦ green 6 ◦ blue 153

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

Shades of Ultramarine #240699

Tints of Ultramarine #240699

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 78.46%

R = 18.46%
G = 3.08%
B = 78.46%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#240699 (or 0x240699) is known color: Ultramarine. HEX triplet: 24, 06 and 99. RGB value is (36,6,153). Sum of RGB (Red+Green+Blue) = 36+6+153=195 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.46% from 195); Green value is 6 (2.73% from 255 or 3.08% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #240699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240699 is #DBF966. Grayscale: #1F1F1F. Windows color (decimal): -14416231 or 10028580. OLE color: 10028580.

HSL color Cylindrical-coordinate representation of color #240699: hue angle of 252.24º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #240699 is Cyan = 0.76, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 36 6 153 -
CMYK 0.76 0.96 0 0.4
HSL 252.24º 0.92% 0.31% -
HSV(B) 252.24º 0.96% 0.6% -
XYZ 6.54 2.81 30.33 -
YUV 31.73 196.44 131.05 -
System Red Green Blue C M Y K H S L
Decimal 36 6 153 0.76 0.96 0 0.4 252.24 0.92 0.31
Hex 24 6 99 4C 60 0 28 FC 5C 1F
Octal 44 6 231 114 140 0 50 374 134 37
Binary 100100 110 10011001 1001100 1100000 0 101000 11111100 1011100 11111

Color Harmonies of #240699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240699

Black with #240699

Text Example


Text Example

White with #240699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240699; }

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

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

background-color css

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

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

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

border-color css

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

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

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