#1F0298

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

Shades of Ultramarine #1F0298

Tints of Ultramarine #1F0298

Color information

#1F0298 (or 0x1F0298) is unknown color: approx Ultramarine. HEX triplet: 1F, 02 and 98. RGB value is (31,2,152). Sum of RGB (Red+Green+Blue) = 31+2+152=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 152 (59.77% from 255 or 82.16% from 185); Max value from RGB is 152 - color contains mainly: blue. Hex color #1F0298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F0298 is #E0FD67. Grayscale: #1B1B1B. Windows color (decimal): -14744936 or 9962015. OLE color: 9962015.

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

Color convert

RGB312152-
CMYK0.800.9900.40
HSL251.6º97.4%30.2%-
HSV(B)251.6º98.68%59.61%-
XYZ6.252.629.88-
YUV27.77198.11130.3-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.76%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 152 (59.77% from 255) = 82.16%
R=16.76%
G=1.08%
B=82.16%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal3121520.800.9900.40251.697.430.2
Hex1F2985063028fc611e
Octal37223012014305037414136
Binary11111101001100010100001100011010100011111100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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