#260FA4

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

Shades of Ultramarine #260FA4

Tints of Ultramarine #260FA4

Color information

#260FA4 (or 0x260FA4) is unknown color: approx Ultramarine. HEX triplet: 26, 0F and A4. RGB value is (38,15,164). Sum of RGB (Red+Green+Blue) = 38+15+164=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 15 (6.25% from 255 or 6.91% from 217); Blue value is 164 (64.45% from 255 or 75.58% from 217); Max value from RGB is 164 - color contains mainly: blue. Hex color #260FA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260FA4 is #D9F05B. Grayscale: #262626. Windows color (decimal): -14282844 or 10751782. OLE color: 10751782.

HSL color Cylindrical-coordinate representation of color #260FA4: hue angle of 249.26º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #260FA4 is Cyan = 0.77, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB3815164-
CMYK0.770.9100.36
HSL249.26º83.24%35.1%-
HSV(B)249.26º90.85%64.31%-
XYZ7.673.4335.38-
YUV38.86198.62127.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.51%
GREEN value IS 15 (6.25% from 255) = 6.91%
BLUE value IS 164 (64.45% from 255) = 75.58%
R=17.51%
G=6.91%
B=75.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38151640.770.9100.36249.2683.2435.1
Hex26FA44D5B024f95323
Octal461724411513304437112343
Binary100110111110100100100110110110110100100111110011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,15,164); }

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

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

 a { background-color: rgb(38,15,164); }

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

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

 span { border-color: rgb(38,15,164); }

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