#1F05AE

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

Shades of Ultramarine #1F05AE

Tints of Ultramarine #1F05AE

Color information

#1F05AE (or 0x1F05AE) is unknown color: approx Ultramarine. HEX triplet: 1F, 05 and AE. RGB value is (31,5,174). Sum of RGB (Red+Green+Blue) = 31+5+174=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 5 (2.34% from 255 or 2.38% from 210); Blue value is 174 (68.36% from 255 or 82.86% from 210); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F05AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F05AE is #E0FA51. Grayscale: #1F1F1F. Windows color (decimal): -14744146 or 11404575. OLE color: 11404575.

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

Color convert

RGB315174-
CMYK0.820.9700.32
HSL249.23º94.41%35.1%-
HSV(B)249.23º97.13%68.24%-
XYZ8.263.4640.28-
YUV32.04208.11127.26-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.76%
GREEN value IS 5 (2.34% from 255) = 2.38%
BLUE value IS 174 (68.36% from 255) = 82.86%
R=14.76%
G=2.38%
B=82.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3151740.820.9700.32249.2394.4135.1
Hex1F5AE5261020f95e23
Octal37525612214104037113643
Binary1111110110101110101001011000010100000111110011011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F05AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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