Html Css Color HEX #1F12AC Ultramarine

📋 copy color: '#1F12AC'

red 31 ◦ green 18 ◦ blue 172

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

Shades of Ultramarine #1F12AC

Tints of Ultramarine #1F12AC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.14%

 BLUE value IS 172 (67.58% from 255) = 77.83%

R = 14.03%
G = 8.14%
B = 77.83%

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

#1F12AC (or 0x1F12AC) is known color: Ultramarine. HEX triplet: 1F, 12 and AC. RGB value is (31,18,172). Sum of RGB (Red+Green+Blue) = 31+18+172=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 172 (67.58% from 255 or 77.83% from 221); Max value from RGB is 172 - color contains mainly: blue. Hex color #1F12AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F12AC is #E0ED53. Grayscale: #262626. Windows color (decimal): -14740820 or 11276831. OLE color: 11276831.

HSL color Cylindrical-coordinate representation of color #1F12AC: hue angle of 245.06º degrees, saturation: 0.81, 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 #1F12AC is Cyan = 0.82, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 31 18 172 -
CMYK 0.82 0.90 0 0.33
HSL 245.06º 0.81% 0.37% -
HSV(B) 245.06º 0.9% 0.67% -
XYZ 8.23 3.7 39.31 -
YUV 39.44 202.81 121.98 -
System Red Green Blue C M Y K H S L
Decimal 31 18 172 0.82 0.90 0 0.33 245.06 0.81 0.37
Hex 1F 12 AC 52 5A 0 21 F5 51 25
Octal 37 22 254 122 132 0 41 365 121 45
Binary 11111 10010 10101100 1010010 1011010 0 100001 11110101 1010001 100101

Color Harmonies of #1F12AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F12AC

Black with #1F12AC

Text Example


Text Example

White with #1F12AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,18,172); }

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

background-color css

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

 a { background-color: rgb(31,18,172); }

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

border-color css

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

 span { border-color: rgb(31,18,172); }

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