#1F05A4

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

Shades of Ultramarine #1F05A4

Tints of Ultramarine #1F05A4

Color information

#1F05A4 (or 0x1F05A4) is unknown color: approx Ultramarine. HEX triplet: 1F, 05 and A4. RGB value is (31,5,164). Sum of RGB (Red+Green+Blue) = 31+5+164=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 5 (2.34% from 255 or 2.5% from 200); Blue value is 164 (64.45% from 255 or 82% from 200); Max value from RGB is 164 - color contains mainly: blue. Hex color #1F05A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F05A4 is #E0FA5B. Grayscale: #1E1E1E. Windows color (decimal): -14744156 or 10749215. OLE color: 10749215.

HSL color Cylindrical-coordinate representation of color #1F05A4: hue angle of 249.81º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F05A4 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB315164-
CMYK0.810.9700.36
HSL249.81º94.08%33.14%-
HSV(B)249.81º96.95%64.31%-
XYZ7.323.0835.33-
YUV30.9203.11128.07-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 5 (2.34% from 255) = 2.5%
BLUE value IS 164 (64.45% from 255) = 82%
R=15.5%
G=2.5%
B=82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal3151640.810.9700.36249.8194.0833.14
Hex1F5A45161024fa5e21
Octal37524412114104437213641
Binary1111110110100100101000111000010100100111110101011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F05A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,5,164); }

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

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

 a { background-color: rgb(31,5,164); }

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

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

 span { border-color: rgb(31,5,164); }

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