#1F029D

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

Shades of Ultramarine #1F029D

Tints of Ultramarine #1F029D

Color information

#1F029D (or 0x1F029D) is unknown color: approx Ultramarine. HEX triplet: 1F, 02 and 9D. RGB value is (31,2,157). Sum of RGB (Red+Green+Blue) = 31+2+157=190 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.32% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 157 (61.72% from 255 or 82.63% from 190); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F029D is #E0FD62. Grayscale: #1B1B1B. Windows color (decimal): -14744931 or 10289695. OLE color: 10289695.

HSL color Cylindrical-coordinate representation of color #1F029D: hue angle of 251.23º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1F029D is Cyan = 0.80, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB312157-
CMYK0.800.9900.38
HSL251.23º97.48%31.18%-
HSV(B)251.23º98.73%61.57%-
XYZ6.672.7732.08-
YUV28.34200.61129.9-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.32%
GREEN value IS 2 (1.17% from 255) = 1.05%
BLUE value IS 157 (61.72% from 255) = 82.63%
R=16.32%
G=1.05%
B=82.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal3121570.800.9900.38251.2397.4831.18
Hex1F29D5063026fb611f
Octal37223512014304637314137
Binary11111101001110110100001100011010011011111011110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,2,157); }

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

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

 a { background-color: rgb(31,2,157); }

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

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

 span { border-color: rgb(31,2,157); }

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