#260992

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

Shades of Ultramarine #260992

Tints of Ultramarine #260992

Color information

#260992 (or 0x260992) is unknown color: approx Ultramarine. HEX triplet: 26, 09 and 92. RGB value is (38,9,146). Sum of RGB (Red+Green+Blue) = 38+9+146=193 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.69% from 193); Green value is 9 (3.91% from 255 or 4.66% from 193); Blue value is 146 (57.42% from 255 or 75.65% from 193); Max value from RGB is 146 - color contains mainly: blue. Hex color #260992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260992 is #D9F66D. Grayscale: #202020. Windows color (decimal): -14284398 or 9570598. OLE color: 9570598.

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

Color convert

RGB389146-
CMYK0.740.9400.43
HSL252.7º88.39%30.39%-
HSV(B)252.7º93.84%57.25%-
XYZ6.092.6827.39-
YUV33.29191.61131.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.69%
GREEN value IS 9 (3.91% from 255) = 4.66%
BLUE value IS 146 (57.42% from 255) = 75.65%
R=19.69%
G=4.66%
B=75.65%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal3891460.740.9400.43252.788.3930.39
Hex269924A5E02Bfd581e
Octal461122211213605337513036
Binary10011010011001001010010101011110010101111111101101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260992; }

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

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

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

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

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

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

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

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