#1F03AD

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

Shades of Ultramarine #1F03AD

Tints of Ultramarine #1F03AD

Color information

#1F03AD (or 0x1F03AD) is unknown color: approx Ultramarine. HEX triplet: 1F, 03 and AD. RGB value is (31,3,173). Sum of RGB (Red+Green+Blue) = 31+3+173=207 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.98% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 173 (67.97% from 255 or 83.57% from 207); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F03AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F03AD is #E0FC52. Grayscale: #1E1E1E. Windows color (decimal): -14744659 or 11338527. OLE color: 11338527.

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

Color convert

RGB313173-
CMYK0.820.9800.32
HSL249.88º96.59%34.51%-
HSV(B)249.88º98.27%67.84%-
XYZ8.143.3739.76-
YUV30.75208.28128.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.98%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 173 (67.97% from 255) = 83.57%
R=14.98%
G=1.45%
B=83.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3131730.820.9800.32249.8896.5934.51
Hex1F3AD5262020fa6123
Octal37325512214204037214143
Binary111111110101101101001011000100100000111110101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F03AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,3,173); }

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

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

 a { background-color: rgb(31,3,173); }

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

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

 span { border-color: rgb(31,3,173); }

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