#26219E

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

Shades of Ultramarine #26219E

Tints of Ultramarine #26219E

Color information

#26219E (or 0x26219E) is unknown color: approx Ultramarine. HEX triplet: 26, 21 and 9E. RGB value is (38,33,158). Sum of RGB (Red+Green+Blue) = 38+33+158=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 33 (13.28% from 255 or 14.41% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #26219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26219E is #D9DE61. Grayscale: #303030. Windows color (decimal): -14278242 or 10363174. OLE color: 10363174.

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

Color convert

RGB3833158-
CMYK0.760.7900.38
HSL242.4º65.45%37.45%-
HSV(B)242.4º79.11%61.96%-
XYZ7.513.9732.72-
YUV48.74189.66120.34-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 33 (13.28% from 255) = 14.41%
BLUE value IS 158 (62.11% from 255) = 69.00%
R=16.59%
G=14.41%
B=69.00%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38331580.760.7900.38242.465.4537.45
Hex26219E4C4F026f24125
Octal464123611411704636210145
Binary10011010000110011110100110010011110100110111100101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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