#260CA4

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

Shades of Ultramarine #260CA4

Tints of Ultramarine #260CA4

Color information

#260CA4 (or 0x260CA4) is unknown color: approx Ultramarine. HEX triplet: 26, 0C and A4. RGB value is (38,12,164). Sum of RGB (Red+Green+Blue) = 38+12+164=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 12 (5.08% from 255 or 5.61% from 214); Blue value is 164 (64.45% from 255 or 76.64% from 214); Max value from RGB is 164 - color contains mainly: blue. Hex color #260CA4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260CA4 is #D9F35B. Grayscale: #242424. Windows color (decimal): -14283612 or 10751014. OLE color: 10751014.

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

Color convert

RGB3812164-
CMYK0.770.9300.36
HSL250.26º86.36%34.51%-
HSV(B)250.26º92.68%64.31%-
XYZ7.633.3635.37-
YUV37.1199.61128.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 17.76%
GREEN value IS 12 (5.08% from 255) = 5.61%
BLUE value IS 164 (64.45% from 255) = 76.64%
R=17.76%
G=5.61%
B=76.64%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal38121640.770.9300.36250.2686.3634.51
Hex26CA44D5D024fa5623
Octal461424411513504437212643
Binary100110110010100100100110110111010100100111110101010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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