Html Css Color HEX #1E0CAE Ultramarine

📋 copy color: '#1E0CAE'

red 30 ◦ green 12 ◦ blue 174

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

Shades of Ultramarine #1E0CAE

Tints of Ultramarine #1E0CAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 80.56%

R = 13.89%
G = 5.56%
B = 80.56%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1E0CAE (or 0x1E0CAE) is known color: Ultramarine. HEX triplet: 1E, 0C and AE. RGB value is (30,12,174). Sum of RGB (Red+Green+Blue) = 30+12+174=216 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.89% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 174 (68.36% from 255 or 80.56% from 216); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E0CAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0CAE is #E1F351. Grayscale: #232323. Windows color (decimal): -14807890 or 11406366. OLE color: 11406366.

HSL color Cylindrical-coordinate representation of color #1E0CAE: hue angle of 246.67º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0CAE is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 30 12 174 -
CMYK 0.83 0.93 0 0.32
HSL 246.67º 0.87% 0.36% -
HSV(B) 246.67º 0.93% 0.68% -
XYZ 8.31 3.59 40.3 -
YUV 35.85 205.96 123.83 -
System Red Green Blue C M Y K H S L
Decimal 30 12 174 0.83 0.93 0 0.32 246.67 0.87 0.36
Hex 1E C AE 53 5D 0 20 F7 57 24
Octal 36 14 256 123 135 0 40 367 127 44
Binary 11110 1100 10101110 1010011 1011101 0 100000 11110111 1010111 100100

Color Harmonies of #1E0CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0CAE

Black with #1E0CAE

Text Example


Text Example

White with #1E0CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,12,174); }

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

background-color css

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

 a { background-color: rgb(30,12,174); }

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

border-color css

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

 span { border-color: rgb(30,12,174); }

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