Html Css Color HEX #260591 Ultramarine

📋 copy color: '#260591'

red 38 ◦ green 5 ◦ blue 145

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

Shades of Ultramarine #260591

Tints of Ultramarine #260591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 77.13%

R = 20.21%
G = 2.66%
B = 77.13%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#260591 (or 0x260591) is known color: Ultramarine. HEX triplet: 26, 05 and 91. RGB value is (38,5,145). Sum of RGB (Red+Green+Blue) = 38+5+145=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 145 (57.03% from 255 or 77.13% from 188); Max value from RGB is 145 - color contains mainly: blue. Hex color #260591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260591 is #D9FA6E. Grayscale: #1E1E1E. Windows color (decimal): -14285423 or 9504038. OLE color: 9504038.

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

Color convert

RGB 38 5 145 -
CMYK 0.74 0.97 0 0.43
HSL 254.14º 0.93% 0.29% -
HSV(B) 254.14º 0.97% 0.57% -
XYZ 5.96 2.56 26.97 -
YUV 30.83 192.43 133.12 -
System Red Green Blue C M Y K H S L
Decimal 38 5 145 0.74 0.97 0 0.43 254.14 0.93 0.29
Hex 26 5 91 4A 61 0 2B FE 5D 1D
Octal 46 5 221 112 141 0 53 376 135 35
Binary 100110 101 10010001 1001010 1100001 0 101011 11111110 1011101 11101

Color Harmonies of #260591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260591

Black with #260591

Text Example


Text Example

White with #260591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260591; }

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

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

background-color css

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

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

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

border-color css

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

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

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