#26189E

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

Shades of Ultramarine #26189E

Tints of Ultramarine #26189E

Color information

#26189E (or 0x26189E) is unknown color: approx Ultramarine. HEX triplet: 26, 18 and 9E. RGB value is (38,24,158). Sum of RGB (Red+Green+Blue) = 38+24+158=220 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.27% from 220); Green value is 24 (9.77% from 255 or 10.91% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #26189E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26189E is #D9E761. Grayscale: #2A2A2A. Windows color (decimal): -14280546 or 10360870. OLE color: 10360870.

HSL color Cylindrical-coordinate representation of color #26189E: hue angle of 246.27º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26189E is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3824158-
CMYK0.760.8500.38
HSL246.27º73.63%35.69%-
HSV(B)246.27º84.81%61.96%-
XYZ7.33.5332.65-
YUV43.46192.64124.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.27%
GREEN value IS 24 (9.77% from 255) = 10.91%
BLUE value IS 158 (62.11% from 255) = 71.82%
R=17.27%
G=10.91%
B=71.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38241580.760.8500.38246.2773.6335.69
Hex26189E4C55026f64a24
Octal463023611412504636611244
Binary1001101100010011110100110010101010100110111101101001010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26189E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26189E; }

 p { color: rgb(38,24,158); }

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

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

 a { background-color: rgb(38,24,158); }

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

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

 span { border-color: rgb(38,24,158); }

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