Html Css Color HEX #1E068D Ultramarine

📋 copy color: '#1E068D'

red 30 ◦ green 6 ◦ blue 141

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

Shades of Ultramarine #1E068D

Tints of Ultramarine #1E068D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.39%

 BLUE value IS 141 (55.47% from 255) = 79.66%

R = 16.95%
G = 3.39%
B = 79.66%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1E068D (or 0x1E068D) is known color: Ultramarine. HEX triplet: 1E, 06 and 8D. RGB value is (30,6,141). Sum of RGB (Red+Green+Blue) = 30+6+141=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 141 (55.47% from 255 or 79.66% from 177); Max value from RGB is 141 - color contains mainly: blue. Hex color #1E068D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E068D is #E1F972. Grayscale: #1C1C1C. Windows color (decimal): -14809459 or 9242142. OLE color: 9242142.

HSL color Cylindrical-coordinate representation of color #1E068D: hue angle of 250.67º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1E068D is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 30 6 141 -
CMYK 0.79 0.96 0 0.45
HSL 250.67º 0.92% 0.29% -
HSV(B) 250.67º 0.96% 0.55% -
XYZ 5.41 2.33 25.36 -
YUV 28.57 191.45 129.02 -
System Red Green Blue C M Y K H S L
Decimal 30 6 141 0.79 0.96 0 0.45 250.67 0.92 0.29
Hex 1E 6 8D 4F 60 0 2D FB 5C 1D
Octal 36 6 215 117 140 0 55 373 134 35
Binary 11110 110 10001101 1001111 1100000 0 101101 11111011 1011100 11101

Color Harmonies of #1E068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E068D

Black with #1E068D

Text Example


Text Example

White with #1E068D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,6,141); }

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

background-color css

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

 a { background-color: rgb(30,6,141); }

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

border-color css

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

 span { border-color: rgb(30,6,141); }

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