#260E95

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

Shades of Ultramarine #260E95

Tints of Ultramarine #260E95

Color information

#260E95 (or 0x260E95) is unknown color: approx Ultramarine. HEX triplet: 26, 0E and 95. RGB value is (38,14,149). Sum of RGB (Red+Green+Blue) = 38+14+149=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #260E95 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260E95 is #D9F16A. Grayscale: #242424. Windows color (decimal): -14283115 or 9768486. OLE color: 9768486.

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

Color convert

RGB3814149-
CMYK0.740.9100.42
HSL250.67º82.82%31.96%-
HSV(B)250.67º90.6%58.43%-
XYZ6.382.928.66-
YUV36.57191.45129.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.91%
GREEN value IS 14 (5.86% from 255) = 6.97%
BLUE value IS 149 (58.59% from 255) = 74.13%
R=18.91%
G=6.97%
B=74.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38141490.740.9100.42250.6782.8231.96
Hex26E954A5B02Afb5320
Octal461622511213305237312340
Binary100110111010010101100101010110110101010111110111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260E95; }

 p { color: rgb(38,14,149); }

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

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

 a { background-color: rgb(38,14,149); }

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

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

 span { border-color: rgb(38,14,149); }

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