Html Css Color HEX #1F11AB Ultramarine

📋 copy color: '#1F11AB'

red 31 ◦ green 17 ◦ blue 171

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

Shades of Ultramarine #1F11AB

Tints of Ultramarine #1F11AB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.76%

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

R = 14.16%
G = 7.76%
B = 78.08%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1F11AB (or 0x1F11AB) is known color: Ultramarine. HEX triplet: 1F, 11 and AB. RGB value is (31,17,171). Sum of RGB (Red+Green+Blue) = 31+17+171=219 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.16% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 171 (67.19% from 255 or 78.08% from 219); Max value from RGB is 171 - color contains mainly: blue. Hex color #1F11AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F11AB is #E0EE54. Grayscale: #262626. Windows color (decimal): -14741077 or 11211039. OLE color: 11211039.

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

Color convert

RGB 31 17 171 -
CMYK 0.82 0.90 0 0.33
HSL 245.45º 0.82% 0.37% -
HSV(B) 245.45º 0.9% 0.67% -
XYZ 8.12 3.63 38.8 -
YUV 38.74 202.64 122.48 -
System Red Green Blue C M Y K H S L
Decimal 31 17 171 0.82 0.90 0 0.33 245.45 0.82 0.37
Hex 1F 11 AB 52 5A 0 21 F5 52 25
Octal 37 21 253 122 132 0 41 365 122 45
Binary 11111 10001 10101011 1010010 1011010 0 100001 11110101 1010010 100101

Color Harmonies of #1F11AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F11AB

Black with #1F11AB

Text Example


Text Example

White with #1F11AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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