#1F1CAA

Color #1F1CAA Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #1F1CAA

Tints of Ultramarine #1F1CAA

Color information

#1F1CAA (or 0x1F1CAA) is unknown color: approx Ultramarine. HEX triplet: 1F, 1C and AA. RGB value is (31,28,170). Sum of RGB (Red+Green+Blue) = 31+28+170=229 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.54% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F1CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F1CAA is #E0E355. Grayscale: #2C2C2C. Windows color (decimal): -14738262 or 11148319. OLE color: 11148319.

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

Color convert

RGB3128170-
CMYK0.820.8400.33
HSL241.27º71.72%38.82%-
HSV(B)241.27º83.53%66.67%-
XYZ8.244.0238.37-
YUV45.08198.49117.95-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.54%
GREEN value IS 28 (11.33% from 255) = 12.23%
BLUE value IS 170 (66.80% from 255) = 74.24%
R=13.54%
G=12.23%
B=74.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal31281700.820.8400.33241.2771.7238.82
Hex1F1CAA5254021f14827
Octal373425212212404136111047
Binary111111110010101010101001010101000100001111100011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,28,170); }

 H1.HeaderClassName
 {
   color: #1F1CAA;
 }
 .AnyTagClassName
 {
   color: #1F1CAA;
 }
</style>
background-color css

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

 a { background-color: rgb(31,28,170); }

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

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

 span { border-color: rgb(31,28,170); }

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