Html Css Color HEX #1F0EAB Ultramarine

📋 copy color: '#1F0EAB'

red 31 ◦ green 14 ◦ blue 171

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

Shades of Ultramarine #1F0EAB

Tints of Ultramarine #1F0EAB

RGB

 RED value IS 31 (12.5% from 255) = 14.35%

 GREEN value IS 14 (5.86% from 255) = 6.48%

 BLUE value IS 171 (67.19% from 255) = 79.17%

R = 14.35%
G = 6.48%
B = 79.17%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F0EAB (or 0x1F0EAB) is known color: Ultramarine. HEX triplet: 1F, 0E and AB. RGB value is (31,14,171). Sum of RGB (Red+Green+Blue) = 31+14+171=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 14 (5.86% from 255 or 6.48% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F0EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0EAB is #E0F154. Grayscale: #242424. Windows color (decimal): -14741845 or 11210271. OLE color: 11210271.

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

Color convert

RGB 31 14 171 -
CMYK 0.82 0.92 0 0.33
HSL 246.5º 0.85% 0.36% -
HSV(B) 246.5º 0.92% 0.67% -
XYZ 8.07 3.55 38.79 -
YUV 36.98 203.63 123.73 -
System Red Green Blue C M Y K H S L
Decimal 31 14 171 0.82 0.92 0 0.33 246.5 0.85 0.36
Hex 1F E AB 52 5C 0 21 F6 55 24
Octal 37 16 253 122 134 0 41 366 125 44
Binary 11111 1110 10101011 1010010 1011100 0 100001 11110110 1010101 100100

Color Harmonies of #1F0EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F0EAB

Black with #1F0EAB

Text Example


Text Example

White with #1F0EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,14,171); }

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

background-color css

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

 a { background-color: rgb(31,14,171); }

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

border-color css

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

 span { border-color: rgb(31,14,171); }

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