Html Css Color HEX #24068D Ultramarine

📋 copy color: '#24068D'

red 36 ◦ green 6 ◦ blue 141

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

Shades of Ultramarine #24068D

Tints of Ultramarine #24068D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 77.05%

R = 19.67%
G = 3.28%
B = 77.05%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#24068D (or 0x24068D) is known color: Ultramarine. HEX triplet: 24, 06 and 8D. RGB value is (36,6,141). Sum of RGB (Red+Green+Blue) = 36+6+141=183 (24% of max value = 765). Red value is 36 (14.45% from 255 or 19.67% from 183); Green value is 6 (2.73% from 255 or 3.28% from 183); Blue value is 141 (55.47% from 255 or 77.05% from 183); Max value from RGB is 141 - color contains mainly: blue. Hex color #24068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24068D is #DBF972. Grayscale: #1D1D1D. Windows color (decimal): -14416243 or 9242148. OLE color: 9242148.

HSL color Cylindrical-coordinate representation of color #24068D: hue angle of 253.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #24068D is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 36 6 141 -
CMYK 0.74 0.96 0 0.45
HSL 253.33º 0.92% 0.29% -
HSV(B) 253.33º 0.96% 0.55% -
XYZ 5.6 2.43 25.37 -
YUV 30.36 190.44 132.02 -
System Red Green Blue C M Y K H S L
Decimal 36 6 141 0.74 0.96 0 0.45 253.33 0.92 0.29
Hex 24 6 8D 4A 60 0 2D FD 5C 1D
Octal 44 6 215 112 140 0 55 375 134 35
Binary 100100 110 10001101 1001010 1100000 0 101101 11111101 1011100 11101

Color Harmonies of #24068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24068D

Black with #24068D

Text Example


Text Example

White with #24068D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #24068D; }

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

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

background-color css

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

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

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

border-color css

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

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

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