#260CB6

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

Shades of Ultramarine #260CB6

Tints of Ultramarine #260CB6

Color information

#260CB6 (or 0x260CB6) is unknown color: approx Ultramarine. HEX triplet: 26, 0C and B6. RGB value is (38,12,182). Sum of RGB (Red+Green+Blue) = 38+12+182=232 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.38% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 182 (71.48% from 255 or 78.45% from 232); Max value from RGB is 182 - color contains mainly: blue. Hex color #260CB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260CB6 is #D9F349. Grayscale: #262626. Windows color (decimal): -14283594 or 11930662. OLE color: 11930662.

HSL color Cylindrical-coordinate representation of color #260CB6: hue angle of 249.18º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260CB6 is Cyan = 0.79, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB3812182-
CMYK0.790.9300.29
HSL249.18º87.63%38.04%-
HSV(B)249.18º93.41%71.37%-
XYZ9.374.0544.54-
YUV39.15208.61127.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.38%
GREEN value IS 12 (5.08% from 255) = 5.17%
BLUE value IS 182 (71.48% from 255) = 78.45%
R=16.38%
G=5.17%
B=78.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal38121820.790.9300.29249.1887.6338.04
Hex26CB64F5D01Df95826
Octal461426611713503537113046
Binary10011011001011011010011111011101011101111110011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260CB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,12,182); }

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

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

 a { background-color: rgb(38,12,182); }

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

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

 span { border-color: rgb(38,12,182); }

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