#26249D

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

Shades of Ultramarine #26249D

Tints of Ultramarine #26249D

Color information

#26249D (or 0x26249D) is unknown color: approx Ultramarine. HEX triplet: 26, 24 and 9D. RGB value is (38,36,157). Sum of RGB (Red+Green+Blue) = 38+36+157=231 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.45% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 157 (61.72% from 255 or 67.97% from 231); Max value from RGB is 157 - color contains mainly: blue. Hex color #26249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26249D is #D9DB62. Grayscale: #313131. Windows color (decimal): -14277475 or 10298406. OLE color: 10298406.

HSL color Cylindrical-coordinate representation of color #26249D: hue angle of 240.99º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #26249D is Cyan = 0.76, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3836157-
CMYK0.760.7700.38
HSL240.99º62.69%37.84%-
HSV(B)240.99º77.07%61.57%-
XYZ7.524.1132.3-
YUV50.39188.16119.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.45%
GREEN value IS 36 (14.45% from 255) = 15.58%
BLUE value IS 157 (61.72% from 255) = 67.97%
R=16.45%
G=15.58%
B=67.97%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38361570.760.7700.38240.9962.6937.84
Hex26249D4C4D026f13f26
Octal46442351141150463617746
Binary1001101001001001110110011001001101010011011110001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26249D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26249D; }

 p { color: rgb(38,36,157); }

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

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

 a { background-color: rgb(38,36,157); }

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

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

 span { border-color: rgb(38,36,157); }

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