Html Css Color HEX #1E01A5 Ultramarine

📋 copy color: '#1E01A5'

red 30 ◦ green 1 ◦ blue 165

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

Shades of Ultramarine #1E01A5

Tints of Ultramarine #1E01A5

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 165 (64.84% from 255) = 84.18%

R = 15.31%
G = 0.51%
B = 84.18%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#1E01A5 (or 0x1E01A5) is known color: Ultramarine. HEX triplet: 1E, 01 and A5. RGB value is (30,1,165). Sum of RGB (Red+Green+Blue) = 30+1+165=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 165 (64.84% from 255 or 84.18% from 196); Max value from RGB is 165 - color contains mainly: blue. Hex color #1E01A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E01A5 is #E1FE5A. Grayscale: #1B1B1B. Windows color (decimal): -14810715 or 10813726. OLE color: 10813726.

HSL color Cylindrical-coordinate representation of color #1E01A5: hue angle of 250.61º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1E01A5 is Cyan = 0.82, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 30 1 165 -
CMYK 0.82 0.99 0 0.35
HSL 250.61º 0.99% 0.33% -
HSV(B) 250.61º 0.99% 0.65% -
XYZ 7.34 3.01 35.79 -
YUV 28.37 205.11 129.16 -
System Red Green Blue C M Y K H S L
Decimal 30 1 165 0.82 0.99 0 0.35 250.61 0.99 0.33
Hex 1E 1 A5 52 63 0 23 FB 63 21
Octal 36 1 245 122 143 0 43 373 143 41
Binary 11110 1 10100101 1010010 1100011 0 100011 11111011 1100011 100001

Color Harmonies of #1E01A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E01A5

Black with #1E01A5

Text Example


Text Example

White with #1E01A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,1,165); }

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

background-color css

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

 a { background-color: rgb(30,1,165); }

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

border-color css

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

 span { border-color: rgb(30,1,165); }

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