Html Css Color HEX #240CB5 Ultramarine

📋 copy color: '#240CB5'

red 36 ◦ green 12 ◦ blue 181

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

Shades of Ultramarine #240CB5

Tints of Ultramarine #240CB5

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.24%

 BLUE value IS 181 (71.09% from 255) = 79.04%

R = 15.72%
G = 5.24%
B = 79.04%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#240CB5 (or 0x240CB5) is known color: Ultramarine. HEX triplet: 24, 0C and B5. RGB value is (36,12,181). Sum of RGB (Red+Green+Blue) = 36+12+181=229 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.72% from 229); Green value is 12 (5.08% from 255 or 5.24% from 229); Blue value is 181 (71.09% from 255 or 79.04% from 229); Max value from RGB is 181 - color contains mainly: blue. Hex color #240CB5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #240CB5 is #DBF34A. Grayscale: #252525. Windows color (decimal): -14414667 or 11865124. OLE color: 11865124.

HSL color Cylindrical-coordinate representation of color #240CB5: hue angle of 248.52º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #240CB5 is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 12 181 -
CMYK 0.80 0.93 0 0.29
HSL 248.52º 0.88% 0.38% -
HSV(B) 248.52º 0.93% 0.71% -
XYZ 9.2 3.97 44 -
YUV 38.44 208.45 126.26 -
System Red Green Blue C M Y K H S L
Decimal 36 12 181 0.80 0.93 0 0.29 248.52 0.88 0.38
Hex 24 C B5 50 5D 0 1D F9 58 26
Octal 44 14 265 120 135 0 35 371 130 46
Binary 100100 1100 10110101 1010000 1011101 0 11101 11111001 1011000 100110

Color Harmonies of #240CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240CB5

Black with #240CB5

Text Example


Text Example

White with #240CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,12,181); }

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

background-color css

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

 a { background-color: rgb(36,12,181); }

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

border-color css

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

 span { border-color: rgb(36,12,181); }

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