Html Css Color HEX #1E0CAA Ultramarine

📋 copy color: '#1E0CAA'

red 30 ◦ green 12 ◦ blue 170

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

Shades of Ultramarine #1E0CAA

Tints of Ultramarine #1E0CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 80.19%

R = 14.15%
G = 5.66%
B = 80.19%

CMYK

 C value IS 0.82

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1E0CAA (or 0x1E0CAA) is known color: Ultramarine. HEX triplet: 1E, 0C and AA. RGB value is (30,12,170). Sum of RGB (Red+Green+Blue) = 30+12+170=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 12 (5.08% from 255 or 5.66% from 212); Blue value is 170 (66.80% from 255 or 80.19% from 212); Max value from RGB is 170 - color contains mainly: blue. Hex color #1E0CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E0CAA is #E1F355. Grayscale: #222222. Windows color (decimal): -14807894 or 11144222. OLE color: 11144222.

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

Color convert

RGB 30 12 170 -
CMYK 0.82 0.93 0 0.33
HSL 246.84º 0.87% 0.36% -
HSV(B) 246.84º 0.93% 0.67% -
XYZ 7.92 3.44 38.28 -
YUV 35.39 203.96 124.15 -
System Red Green Blue C M Y K H S L
Decimal 30 12 170 0.82 0.93 0 0.33 246.84 0.87 0.36
Hex 1E C AA 52 5D 0 21 F7 57 24
Octal 36 14 252 122 135 0 41 367 127 44
Binary 11110 1100 10101010 1010010 1011101 0 100001 11110111 1010111 100100

Color Harmonies of #1E0CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0CAA

Black with #1E0CAA

Text Example


Text Example

White with #1E0CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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