#1F06B3

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

Shades of Ultramarine #1F06B3

Tints of Ultramarine #1F06B3

Color information

#1F06B3 (or 0x1F06B3) is unknown color: approx Ultramarine. HEX triplet: 1F, 06 and B3. RGB value is (31,6,179). Sum of RGB (Red+Green+Blue) = 31+6+179=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 6 (2.73% from 255 or 2.78% from 216); Blue value is 179 (70.31% from 255 or 82.87% from 216); Max value from RGB is 179 - color contains mainly: blue. Hex color #1F06B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1F06B3 is #E0F94C. Grayscale: #202020. Windows color (decimal): -14743885 or 11732511. OLE color: 11732511.

HSL color Cylindrical-coordinate representation of color #1F06B3: hue angle of 248.67º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F06B3 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB316179-
CMYK0.830.9700.30
HSL248.67º93.51%36.27%-
HSV(B)248.67º96.65%70.2%-
XYZ8.773.6842.9-
YUV33.2210.28126.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.35%
GREEN value IS 6 (2.73% from 255) = 2.78%
BLUE value IS 179 (70.31% from 255) = 82.87%
R=14.35%
G=2.78%
B=82.87%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal3161790.830.9700.30248.6793.5136.27
Hex1F6B3536101Ef95e24
Octal37626312314103637113644
Binary111111101011001110100111100001011110111110011011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F06B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,6,179); }

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

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

 a { background-color: rgb(31,6,179); }

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

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

 span { border-color: rgb(31,6,179); }

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