#261ca5

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

Shades of Ultramarine #261CA5

Tints of Ultramarine #261CA5

Color information

#261CA5 (or 0x261CA5) is unknown color: approx Ultramarine. HEX triplet: 26, 1C and A5. RGB value is (38,28,165). Sum of RGB (Red+Green+Blue) = 38+28+165=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 165 (64.84% from 255 or 71.43% from 231); Max value from RGB is 165 - color contains mainly: blue. Hex color #261CA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261CA5 is #D9E35A. Grayscale: #2E2E2E. Windows color (decimal): -14279515 or 10820646. OLE color: 10820646.

HSL color Cylindrical-coordinate representation of color #261CA5: hue angle of 244.38º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #261CA5 is Cyan = 0.77, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3828165-
CMYK0.770.8300.35
HSL244.38º70.98%37.84%-
HSV(B)244.38º83.03%64.71%-
XYZ8.013.9635.94-
YUV46.61194.81121.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 165 (64.84% from 255) = 71.43%
R=16.45%
G=12.12%
B=71.43%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal38281650.770.8300.35244.3870.9837.84
Hex261CA54D53023f44726
Octal463424511512304336410746
Binary1001101110010100101100110110100110100011111101001000111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261ca5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261ca5; }

 p { color: rgb(38,28,165); }

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

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

 a { background-color: rgb(38,28,165); }

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

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

 span { border-color: rgb(38,28,165); }

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