Html Css Color HEX #24068B Ultramarine

📋 copy color: '#24068B'

red 36 ◦ green 6 ◦ blue 139

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

Shades of Ultramarine #24068B

Tints of Ultramarine #24068B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 76.8%

R = 19.89%
G = 3.31%
B = 76.8%

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

#24068B (or 0x24068B) is known color: Ultramarine. HEX triplet: 24, 06 and 8B. RGB value is (36,6,139). Sum of RGB (Red+Green+Blue) = 36+6+139=181 (23% of max value = 765). Red value is 36 (14.45% from 255 or 19.89% from 181); Green value is 6 (2.73% from 255 or 3.31% from 181); Blue value is 139 (54.69% from 255 or 76.80% from 181); Max value from RGB is 139 - color contains mainly: blue. Hex color #24068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #24068B is #DBF974. Grayscale: #1D1D1D. Windows color (decimal): -14416245 or 9111076. OLE color: 9111076.

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

Color convert

RGB 36 6 139 -
CMYK 0.74 0.96 0 0.45
HSL 253.53º 0.92% 0.28% -
HSV(B) 253.53º 0.96% 0.55% -
XYZ 5.45 2.37 24.6 -
YUV 30.13 189.44 132.19 -
System Red Green Blue C M Y K H S L
Decimal 36 6 139 0.74 0.96 0 0.45 253.53 0.92 0.28
Hex 24 6 8B 4A 60 0 2D FE 5C 1C
Octal 44 6 213 112 140 0 55 376 134 34
Binary 100100 110 10001011 1001010 1100000 0 101101 11111110 1011100 11100

Color Harmonies of #24068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #24068B

Black with #24068B

Text Example


Text Example

White with #24068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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