Html Css Color HEX #240DA8 Ultramarine

📋 copy color: '#240DA8'

red 36 ◦ green 13 ◦ blue 168

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

Shades of Ultramarine #240DA8

Tints of Ultramarine #240DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 77.42%

R = 16.59%
G = 5.99%
B = 77.42%

CMYK

 C value IS 0.79

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#240DA8 (or 0x240DA8) is known color: Ultramarine. HEX triplet: 24, 0D and A8. RGB value is (36,13,168). Sum of RGB (Red+Green+Blue) = 36+13+168=217 (28% of max value = 765). Red value is 36 (14.45% from 255 or 16.59% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 168 (66.02% from 255 or 77.42% from 217); Max value from RGB is 168 - color contains mainly: blue. Hex color #240DA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240DA8 is #DBF257. Grayscale: #242424. Windows color (decimal): -14414424 or 11013412. OLE color: 11013412.

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

Color convert

RGB 36 13 168 -
CMYK 0.79 0.92 0 0.34
HSL 248.9º 0.86% 0.35% -
HSV(B) 248.9º 0.92% 0.66% -
XYZ 7.94 3.49 37.3 -
YUV 37.55 201.62 126.9 -
System Red Green Blue C M Y K H S L
Decimal 36 13 168 0.79 0.92 0 0.34 248.9 0.86 0.35
Hex 24 D A8 4F 5C 0 22 F9 56 23
Octal 44 15 250 117 134 0 42 371 126 43
Binary 100100 1101 10101000 1001111 1011100 0 100010 11111001 1010110 100011

Color Harmonies of #240DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240DA8

Black with #240DA8

Text Example


Text Example

White with #240DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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