#260DA8

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

Shades of Ultramarine #260DA8

Tints of Ultramarine #260DA8

Color information

#260DA8 (or 0x260DA8) is unknown color: approx Ultramarine. HEX triplet: 26, 0D and A8. RGB value is (38,13,168). Sum of RGB (Red+Green+Blue) = 38+13+168=219 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.35% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 168 (66.02% from 255 or 76.71% from 219); Max value from RGB is 168 - color contains mainly: blue. Hex color #260DA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260DA8 is #D9F257. Grayscale: #252525. Windows color (decimal): -14283352 or 11013414. OLE color: 11013414.

HSL color Cylindrical-coordinate representation of color #260DA8: hue angle of 249.68º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260DA8 is Cyan = 0.77, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB3813168-
CMYK0.770.9200.34
HSL249.68º85.64%35.49%-
HSV(B)249.68º92.26%65.88%-
XYZ8.013.5337.3-
YUV38.14201.28127.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.35%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 168 (66.02% from 255) = 76.71%
R=17.35%
G=5.94%
B=76.71%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal38131680.770.9200.34249.6885.6435.49
Hex26DA84D5C022fa5623
Octal461525011513404237212643
Binary100110110110101000100110110111000100010111110101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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