#260094

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

Shades of Ultramarine #260094

Tints of Ultramarine #260094

Color information

#260094 (or 0x260094) is unknown color: approx Ultramarine. HEX triplet: 26, 00 and 94. RGB value is (38,0,148). Sum of RGB (Red+Green+Blue) = 38+0+148=186 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.43% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 148 (58.20% from 255 or 79.57% from 186); Max value from RGB is 148 - color contains mainly: blue. Hex color #260094 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260094 is #D9FF6B. Grayscale: #1B1B1B. Windows color (decimal): -14286700 or 9699366. OLE color: 9699366.

HSL color Cylindrical-coordinate representation of color #260094: hue angle of 255.41º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260094 is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB380148-
CMYK0.74100.42
HSL255.41º100%29.02%-
HSV(B)255.41º100%58.04%-
XYZ6.142.5528.19-
YUV28.23195.59134.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 148 (58.20% from 255) = 79.57%
R=20.43%
G=0%
B=79.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal3801480.74100.42255.4110029.02
Hex260944A6402Aff641d
Octal46022411214405237714435
Binary10011001001010010010101100100010101011111111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260094; }

 p { color: rgb(38,0,148); }

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

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

 a { background-color: rgb(38,0,148); }

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

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

 span { border-color: rgb(38,0,148); }

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