Html Css Color HEX #260593 Ultramarine

📋 copy color: '#260593'

red 38 ◦ green 5 ◦ blue 147

#260593
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #260593

Tints of Ultramarine #260593

RGB

 RED value IS 38 (15.23% from 255) = 20%

 GREEN value IS 5 (2.34% from 255) = 2.63%

 BLUE value IS 147 (57.81% from 255) = 77.37%

R = 20%
G = 2.63%
B = 77.37%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#260593 (or 0x260593) is known color: Ultramarine. HEX triplet: 26, 05 and 93. RGB value is (38,5,147). Sum of RGB (Red+Green+Blue) = 38+5+147=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #260593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260593 is #D9FA6C. Grayscale: #1E1E1E. Windows color (decimal): -14285421 or 9635110. OLE color: 9635110.

HSL color Cylindrical-coordinate representation of color #260593: hue angle of 253.94º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260593 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 5 147 -
CMYK 0.74 0.97 0 0.42
HSL 253.94º 0.93% 0.3% -
HSV(B) 253.94º 0.97% 0.58% -
XYZ 6.12 2.63 27.79 -
YUV 31.06 193.43 132.95 -
System Red Green Blue C M Y K H S L
Decimal 38 5 147 0.74 0.97 0 0.42 253.94 0.93 0.3
Hex 26 5 93 4A 61 0 2A FE 5D 1E
Octal 46 5 223 112 141 0 52 376 135 36
Binary 100110 101 10010011 1001010 1100001 0 101010 11111110 1011101 11110

Color Harmonies of #260593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260593

Black with #260593

Text Example


Text Example

White with #260593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260593; }

 p { color: rgb(38,5,147); }

 H1.HeaderClassName
 {
   color: #260593;
 }
 .AnyTagClassName
 {
   color: #260593;
 }
</style>

background-color css

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

 a { background-color: rgb(38,5,147); }

 div.DivClassName
 {
   background-color: #260593;
 }
 .BgClassName
 {
   background-color: #260593;
 }
</style>

border-color css

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

 span { border-color: rgb(38,5,147); }

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