#261B8A

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

Shades of Ultramarine #261B8A

Tints of Ultramarine #261B8A

Color information

#261B8A (or 0x261B8A) is unknown color: approx Ultramarine. HEX triplet: 26, 1B and 8A. RGB value is (38,27,138). Sum of RGB (Red+Green+Blue) = 38+27+138=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #261B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261B8A is #D9E475. Grayscale: #2A2A2A. Windows color (decimal): -14279798 or 9050918. OLE color: 9050918.

HSL color Cylindrical-coordinate representation of color #261B8A: hue angle of 245.95º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #261B8A is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3827138-
CMYK0.720.8000.46
HSL245.95º67.27%32.35%-
HSV(B)245.95º80.43%54.12%-
XYZ5.783.0324.33-
YUV42.94181.64124.47-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 18.72%
GREEN value IS 27 (10.94% from 255) = 13.30%
BLUE value IS 138 (54.30% from 255) = 67.98%
R=18.72%
G=13.30%
B=67.98%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal38271380.720.8000.46245.9567.2732.35
Hex261B8A485002Ef64320
Octal463321211012005636610340
Binary1001101101110001010100100010100000101110111101101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,27,138); }

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

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

 a { background-color: rgb(38,27,138); }

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

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

 span { border-color: rgb(38,27,138); }

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