Html Css Color HEX #1F11AE Ultramarine

📋 copy color: '#1F11AE'

red 31 ◦ green 17 ◦ blue 174

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

Shades of Ultramarine #1F11AE

Tints of Ultramarine #1F11AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 78.38%

R = 13.96%
G = 7.66%
B = 78.38%

CMYK

 C value IS 0.82

 M value IS 0.90

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1F11AE (or 0x1F11AE) is known color: Ultramarine. HEX triplet: 1F, 11 and AE. RGB value is (31,17,174). Sum of RGB (Red+Green+Blue) = 31+17+174=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 174 (68.36% from 255 or 78.38% from 222); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F11AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F11AE is #E0EE51. Grayscale: #262626. Windows color (decimal): -14741074 or 11407647. OLE color: 11407647.

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

Color convert

RGB 31 17 174 -
CMYK 0.82 0.90 0 0.32
HSL 245.35º 0.82% 0.37% -
HSV(B) 245.35º 0.9% 0.68% -
XYZ 8.41 3.75 40.32 -
YUV 39.08 204.14 122.23 -
System Red Green Blue C M Y K H S L
Decimal 31 17 174 0.82 0.90 0 0.32 245.35 0.82 0.37
Hex 1F 11 AE 52 5A 0 20 F5 52 25
Octal 37 21 256 122 132 0 40 365 122 45
Binary 11111 10001 10101110 1010010 1011010 0 100000 11110101 1010010 100101

Color Harmonies of #1F11AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F11AE

Black with #1F11AE

Text Example


Text Example

White with #1F11AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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