Html Css Color HEX #240692 Ultramarine

📋 copy color: '#240692'

red 36 ◦ green 6 ◦ blue 146

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

Shades of Ultramarine #240692

Tints of Ultramarine #240692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 77.66%

R = 19.15%
G = 3.19%
B = 77.66%

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

#240692 (or 0x240692) is known color: Ultramarine. HEX triplet: 24, 06 and 92. RGB value is (36,6,146). Sum of RGB (Red+Green+Blue) = 36+6+146=188 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.15% from 188); Green value is 6 (2.73% from 255 or 3.19% from 188); Blue value is 146 (57.42% from 255 or 77.66% from 188); Max value from RGB is 146 - color contains mainly: blue. Hex color #240692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240692 is #DBF96D. Grayscale: #1E1E1E. Windows color (decimal): -14416238 or 9569828. OLE color: 9569828.

HSL color Cylindrical-coordinate representation of color #240692: hue angle of 252.86º 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 #240692 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 36 6 146 -
CMYK 0.75 0.96 0 0.43
HSL 252.86º 0.92% 0.3% -
HSV(B) 252.86º 0.96% 0.57% -
XYZ 5.98 2.58 27.38 -
YUV 30.93 192.94 131.62 -
System Red Green Blue C M Y K H S L
Decimal 36 6 146 0.75 0.96 0 0.43 252.86 0.92 0.3
Hex 24 6 92 4B 60 0 2B FD 5C 1E
Octal 44 6 222 113 140 0 53 375 134 36
Binary 100100 110 10010010 1001011 1100000 0 101011 11111101 1011100 11110

Color Harmonies of #240692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240692

Black with #240692

Text Example


Text Example

White with #240692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240692; }

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

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

background-color css

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

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

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

border-color css

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

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

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