#1F09B1

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

Shades of Ultramarine #1F09B1

Tints of Ultramarine #1F09B1

Color information

#1F09B1 (or 0x1F09B1) is unknown color: approx Ultramarine. HEX triplet: 1F, 09 and B1. RGB value is (31,9,177). Sum of RGB (Red+Green+Blue) = 31+9+177=217 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.29% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 177 (69.53% from 255 or 81.57% from 217); Max value from RGB is 177 - color contains mainly: blue. Hex color #1F09B1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1F09B1 is #E0F64E. Grayscale: #222222. Windows color (decimal): -14743119 or 11602207. OLE color: 11602207.

HSL color Cylindrical-coordinate representation of color #1F09B1: hue angle of 247.86º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1F09B1 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB319177-
CMYK0.820.9500.31
HSL247.86º90.32%36.47%-
HSV(B)247.86º94.92%69.41%-
XYZ8.63.6641.85-
YUV34.73208.29125.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.29%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 177 (69.53% from 255) = 81.57%
R=14.29%
G=4.15%
B=81.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal3191770.820.9500.31247.8690.3236.47
Hex1F9B1525F01Ff85a24
Octal371126112213703737013244
Binary1111110011011000110100101011111011111111110001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F09B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,9,177); }

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

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

 a { background-color: rgb(31,9,177); }

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

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

 span { border-color: rgb(31,9,177); }

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