Html Css Color HEX #1E05B3 Ultramarine

📋 copy color: '#1E05B3'

red 30 ◦ green 5 ◦ blue 179

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

Shades of Ultramarine #1E05B3

Tints of Ultramarine #1E05B3

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.34%

 BLUE value IS 179 (70.31% from 255) = 83.64%

R = 14.02%
G = 2.34%
B = 83.64%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#1E05B3 (or 0x1E05B3) is known color: Ultramarine. HEX triplet: 1E, 05 and B3. RGB value is (30,5,179). Sum of RGB (Red+Green+Blue) = 30+5+179=214 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.02% from 214); Green value is 5 (2.34% from 255 or 2.34% from 214); Blue value is 179 (70.31% from 255 or 83.64% from 214); Max value from RGB is 179 - color contains mainly: blue. Hex color #1E05B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E05B3 is #E1FA4C. Grayscale: #1F1F1F. Windows color (decimal): -14809677 or 11732254. OLE color: 11732254.

HSL color Cylindrical-coordinate representation of color #1E05B3: hue angle of 248.62º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E05B3 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 30 5 179 -
CMYK 0.83 0.97 0 0.30
HSL 248.62º 0.95% 0.36% -
HSV(B) 248.62º 0.97% 0.7% -
XYZ 8.73 3.64 42.89 -
YUV 32.31 210.78 126.35 -
System Red Green Blue C M Y K H S L
Decimal 30 5 179 0.83 0.97 0 0.30 248.62 0.95 0.36
Hex 1E 5 B3 53 61 0 1E F9 5F 24
Octal 36 5 263 123 141 0 36 371 137 44
Binary 11110 101 10110011 1010011 1100001 0 11110 11111001 1011111 100100

Color Harmonies of #1E05B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E05B3

Black with #1E05B3

Text Example


Text Example

White with #1E05B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,5,179); }

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

background-color css

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

 a { background-color: rgb(30,5,179); }

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

border-color css

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

 span { border-color: rgb(30,5,179); }

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