Html Css Color HEX #1E248E Ultramarine

📋 copy color: '#1E248E'

red 30 ◦ green 36 ◦ blue 142

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

Shades of Ultramarine #1E248E

Tints of Ultramarine #1E248E

RGB

 RED value IS 30 (12.11% from 255) = 14.42%

 GREEN value IS 36 (14.45% from 255) = 17.31%

 BLUE value IS 142 (55.86% from 255) = 68.27%

R = 14.42%
G = 17.31%
B = 68.27%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1E248E (or 0x1E248E) is known color: Ultramarine. HEX triplet: 1E, 24 and 8E. RGB value is (30,36,142). Sum of RGB (Red+Green+Blue) = 30+36+142=208 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.42% from 208); Green value is 36 (14.45% from 255 or 17.31% from 208); Blue value is 142 (55.86% from 255 or 68.27% from 208); Max value from RGB is 142 - color contains mainly: blue. Hex color #1E248E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E248E is #E1DB71. Grayscale: #2D2D2D. Windows color (decimal): -14801778 or 9315358. OLE color: 9315358.

HSL color Cylindrical-coordinate representation of color #1E248E: hue angle of 236.79º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E248E is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 30 36 142 -
CMYK 0.79 0.75 0 0.44
HSL 236.79º 0.65% 0.34% -
HSV(B) 236.79º 0.79% 0.56% -
XYZ 6.05 3.49 25.95 -
YUV 46.29 182.01 116.38 -
System Red Green Blue C M Y K H S L
Decimal 30 36 142 0.79 0.75 0 0.44 236.79 0.65 0.34
Hex 1E 24 8E 4F 4B 0 2C ED 41 22
Octal 36 44 216 117 113 0 54 355 101 42
Binary 11110 100100 10001110 1001111 1001011 0 101100 11101101 1000001 100010

Color Harmonies of #1E248E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E248E

Black with #1E248E

Text Example


Text Example

White with #1E248E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E248E; }

 p { color: rgb(30,36,142); }

 H1.HeaderClassName
 {
   color: #1E248E;
 }
 .AnyTagClassName
 {
   color: #1E248E;
 }
</style>

background-color css

<style>
 a { background-color: #1E248E; }

 a { background-color: rgb(30,36,142); }

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

border-color css

<style>
 span { border-color: #1E248E; }

 span { border-color: rgb(30,36,142); }

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