#262092

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

Shades of Ultramarine #262092

Tints of Ultramarine #262092

Color information

#262092 (or 0x262092) is unknown color: approx Ultramarine. HEX triplet: 26, 20 and 92. RGB value is (38,32,146). Sum of RGB (Red+Green+Blue) = 38+32+146=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 146 (57.42% from 255 or 67.59% from 216); Max value from RGB is 146 - color contains mainly: blue. Hex color #262092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #262092 is #D9DF6D. Grayscale: #2E2E2E. Windows color (decimal): -14278510 or 9576486. OLE color: 9576486.

HSL color Cylindrical-coordinate representation of color #262092: hue angle of 243.16º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #262092 is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3832146-
CMYK0.740.7800.43
HSL243.16º64.04%34.9%-
HSV(B)243.16º78.08%57.25%-
XYZ6.53.5227.53-
YUV46.79183.99121.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.59%
GREEN value IS 32 (12.89% from 255) = 14.81%
BLUE value IS 146 (57.42% from 255) = 67.59%
R=17.59%
G=14.81%
B=67.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38321460.740.7800.43243.1664.0434.9
Hex2620924A4E02Bf34023
Octal464022211211605336310043
Binary10011010000010010010100101010011100101011111100111000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262092; }

 p { color: rgb(38,32,146); }

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

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

 a { background-color: rgb(38,32,146); }

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

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

 span { border-color: rgb(38,32,146); }

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