#1F229C

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

Shades of Ultramarine #1F229C

Tints of Ultramarine #1F229C

Color information

#1F229C (or 0x1F229C) is unknown color: approx Ultramarine. HEX triplet: 1F, 22 and 9C. RGB value is (31,34,156). Sum of RGB (Red+Green+Blue) = 31+34+156=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 34 (13.67% from 255 or 15.38% from 221); Blue value is 156 (61.33% from 255 or 70.59% from 221); Max value from RGB is 156 - color contains mainly: blue. Hex color #1F229C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F229C is #E0DD63. Grayscale: #2E2E2E. Windows color (decimal): -14736740 or 10232351. OLE color: 10232351.

HSL color Cylindrical-coordinate representation of color #1F229C: hue angle of 238.56º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F229C is Cyan = 0.80, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3134156-
CMYK0.800.7800.39
HSL238.56º66.84%36.67%-
HSV(B)238.56º80.13%61.18%-
XYZ7.143.8431.82-
YUV47.01189.51116.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.03%
GREEN value IS 34 (13.67% from 255) = 15.38%
BLUE value IS 156 (61.33% from 255) = 70.59%
R=14.03%
G=15.38%
B=70.59%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal31341560.800.7800.39238.5666.8436.67
Hex1F229C504E027ef4325
Octal374223412011604735710345
Binary1111110001010011100101000010011100100111111011111000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F229C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,34,156); }

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

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

 a { background-color: rgb(31,34,156); }

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

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

 span { border-color: rgb(31,34,156); }

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