#260DB2

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

Shades of Ultramarine #260DB2

Tints of Ultramarine #260DB2

Color information

#260DB2 (or 0x260DB2) is unknown color: approx Ultramarine. HEX triplet: 26, 0D and B2. RGB value is (38,13,178). Sum of RGB (Red+Green+Blue) = 38+13+178=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 178 (69.92% from 255 or 77.73% from 229); Max value from RGB is 178 - color contains mainly: blue. Hex color #260DB2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260DB2 is #D9F24D. Grayscale: #262626. Windows color (decimal): -14283342 or 11668774. OLE color: 11668774.

HSL color Cylindrical-coordinate representation of color #260DB2: hue angle of 249.09º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260DB2 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3813178-
CMYK0.790.9300.30
HSL249.09º86.39%37.45%-
HSV(B)249.09º92.7%69.8%-
XYZ8.983.9142.4-
YUV39.28206.28127.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.59%
GREEN value IS 13 (5.47% from 255) = 5.68%
BLUE value IS 178 (69.92% from 255) = 77.73%
R=16.59%
G=5.68%
B=77.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal38131780.790.9300.30249.0986.3937.45
Hex26DB24F5D01Ef95625
Octal461526211713503637112645
Binary10011011011011001010011111011101011110111110011010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260DB2; }

 p { color: rgb(38,13,178); }

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

<style>
 a { background-color: #260DB2; }

 a { background-color: rgb(38,13,178); }

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

<style>
 span { border-color: #260DB2; }

 span { border-color: rgb(38,13,178); }

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