Html Css Color HEX #240EB2 Ultramarine

📋 copy color: '#240EB2'

red 36 ◦ green 14 ◦ blue 178

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

Shades of Ultramarine #240EB2

Tints of Ultramarine #240EB2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.14%

 BLUE value IS 178 (69.92% from 255) = 78.07%

R = 15.79%
G = 6.14%
B = 78.07%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#240EB2 (or 0x240EB2) is known color: Ultramarine. HEX triplet: 24, 0E and B2. RGB value is (36,14,178). Sum of RGB (Red+Green+Blue) = 36+14+178=228 (30% of max value = 765). Red value is 36 (14.45% from 255 or 15.79% from 228); Green value is 14 (5.86% from 255 or 6.14% from 228); Blue value is 178 (69.92% from 255 or 78.07% from 228); Max value from RGB is 178 - color contains mainly: blue. Hex color #240EB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #240EB2 is #DBF14D. Grayscale: #262626. Windows color (decimal): -14414158 or 11669028. OLE color: 11669028.

HSL color Cylindrical-coordinate representation of color #240EB2: hue angle of 248.05º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #240EB2 is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 36 14 178 -
CMYK 0.80 0.92 0 0.30
HSL 248.05º 0.85% 0.38% -
HSV(B) 248.05º 0.92% 0.7% -
XYZ 8.92 3.9 42.4 -
YUV 39.27 206.29 125.66 -
System Red Green Blue C M Y K H S L
Decimal 36 14 178 0.80 0.92 0 0.30 248.05 0.85 0.38
Hex 24 E B2 50 5C 0 1E F8 55 26
Octal 44 16 262 120 134 0 36 370 125 46
Binary 100100 1110 10110010 1010000 1011100 0 11110 11111000 1010101 100110

Color Harmonies of #240EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #240EB2

Black with #240EB2

Text Example


Text Example

White with #240EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,14,178); }

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

background-color css

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

 a { background-color: rgb(36,14,178); }

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

border-color css

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

 span { border-color: rgb(36,14,178); }

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