#261990

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

Shades of Ultramarine #261990

Tints of Ultramarine #261990

Color information

#261990 (or 0x261990) is unknown color: approx Ultramarine. HEX triplet: 26, 19 and 90. RGB value is (38,25,144). Sum of RGB (Red+Green+Blue) = 38+25+144=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #261990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261990 is #D9E66F. Grayscale: #292929. Windows color (decimal): -14280304 or 9443622. OLE color: 9443622.

HSL color Cylindrical-coordinate representation of color #261990: hue angle of 246.55º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #261990 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3825144-
CMYK0.740.8300.44
HSL246.55º70.41%33.14%-
HSV(B)246.55º82.64%56.47%-
XYZ6.183.1226.66-
YUV42.45185.31124.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.36%
GREEN value IS 25 (10.16% from 255) = 12.08%
BLUE value IS 144 (56.64% from 255) = 69.57%
R=18.36%
G=12.08%
B=69.57%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38251440.740.8300.44246.5570.4133.14
Hex2619904A5302Cf74621
Octal463122011212305436710641
Binary1001101100110010000100101010100110101100111101111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261990; }

 p { color: rgb(38,25,144); }

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

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

 a { background-color: rgb(38,25,144); }

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

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

 span { border-color: rgb(38,25,144); }

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