#261292

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

Shades of Ultramarine #261292

Tints of Ultramarine #261292

Color information

#261292 (or 0x261292) is unknown color: approx Ultramarine. HEX triplet: 26, 12 and 92. RGB value is (38,18,146). Sum of RGB (Red+Green+Blue) = 38+18+146=202 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.81% from 202); Green value is 18 (7.42% from 255 or 8.91% from 202); Blue value is 146 (57.42% from 255 or 72.28% from 202); Max value from RGB is 146 - color contains mainly: blue. Hex color #261292 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261292 is #D9ED6D. Grayscale: #262626. Windows color (decimal): -14282094 or 9572902. OLE color: 9572902.

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

Color convert

RGB3818146-
CMYK0.740.8800.43
HSL249.38º78.05%32.16%-
HSV(B)249.38º87.67%57.25%-
XYZ6.22.9227.43-
YUV38.57188.63127.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.81%
GREEN value IS 18 (7.42% from 255) = 8.91%
BLUE value IS 146 (57.42% from 255) = 72.28%
R=18.81%
G=8.91%
B=72.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38181460.740.8800.43249.3878.0532.16
Hex2612924A5802Bf94e20
Octal462222211213005337111640
Binary1001101001010010010100101010110000101011111110011001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261292; }

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

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

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

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

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

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

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

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