#1F238C

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

Shades of Ultramarine #1F238C

Tints of Ultramarine #1F238C

Color information

#1F238C (or 0x1F238C) is unknown color: approx Ultramarine. HEX triplet: 1F, 23 and 8C. RGB value is (31,35,140). Sum of RGB (Red+Green+Blue) = 31+35+140=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 35 (14.06% from 255 or 16.99% from 206); Blue value is 140 (55.08% from 255 or 67.96% from 206); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F238C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F238C is #E0DC73. Grayscale: #2D2D2D. Windows color (decimal): -14736500 or 9184031. OLE color: 9184031.

HSL color Cylindrical-coordinate representation of color #1F238C: hue angle of 237.8º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F238C is Cyan = 0.78, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3135140-
CMYK0.780.7500.45
HSL237.8º63.74%33.53%-
HSV(B)237.8º77.86%54.9%-
XYZ5.93.3925.15-
YUV45.77181.17117.46-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.05%
GREEN value IS 35 (14.06% from 255) = 16.99%
BLUE value IS 140 (55.08% from 255) = 67.96%
R=15.05%
G=16.99%
B=67.96%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal31351400.780.7500.45237.863.7433.53
Hex1F238C4E4B02Dee4022
Octal374321411611305535610042
Binary1111110001110001100100111010010110101101111011101000000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F238C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,35,140); }

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

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

 a { background-color: rgb(31,35,140); }

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

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

 span { border-color: rgb(31,35,140); }

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