Html Css Color HEX #240DAB Ultramarine

📋 copy color: '#240DAB'

red 36 ◦ green 13 ◦ blue 171

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

Shades of Ultramarine #240DAB

Tints of Ultramarine #240DAB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.91%

 BLUE value IS 171 (67.19% from 255) = 77.73%

R = 16.36%
G = 5.91%
B = 77.73%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#240DAB (or 0x240DAB) is known color: Ultramarine. HEX triplet: 24, 0D and AB. RGB value is (36,13,171). Sum of RGB (Red+Green+Blue) = 36+13+171=220 (29% of max value = 765). Red value is 36 (14.45% from 255 or 16.36% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #240DAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240DAB is #DBF254. Grayscale: #252525. Windows color (decimal): -14414421 or 11210020. OLE color: 11210020.

HSL color Cylindrical-coordinate representation of color #240DAB: hue angle of 248.73º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240DAB is Cyan = 0.79, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 36 13 171 -
CMYK 0.79 0.92 0 0.33
HSL 248.73º 0.86% 0.36% -
HSV(B) 248.73º 0.92% 0.67% -
XYZ 8.22 3.6 38.79 -
YUV 37.89 203.12 126.65 -
System Red Green Blue C M Y K H S L
Decimal 36 13 171 0.79 0.92 0 0.33 248.73 0.86 0.36
Hex 24 D AB 4F 5C 0 21 F9 56 24
Octal 44 15 253 117 134 0 41 371 126 44
Binary 100100 1101 10101011 1001111 1011100 0 100001 11111001 1010110 100100

Color Harmonies of #240DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240DAB

Black with #240DAB

Text Example


Text Example

White with #240DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #240DAB; }

 p { color: rgb(36,13,171); }

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

background-color css

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

 a { background-color: rgb(36,13,171); }

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

border-color css

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

 span { border-color: rgb(36,13,171); }

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