Html Css Color HEX #260495 Ultramarine

📋 copy color: '#260495'

red 38 ◦ green 4 ◦ blue 149

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

Shades of Ultramarine #260495

Tints of Ultramarine #260495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.09%

 BLUE value IS 149 (58.59% from 255) = 78.01%

R = 19.9%
G = 2.09%
B = 78.01%

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

#260495 (or 0x260495) is known color: Ultramarine. HEX triplet: 26, 04 and 95. RGB value is (38,4,149). Sum of RGB (Red+Green+Blue) = 38+4+149=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 4 (1.95% from 255 or 2.09% from 191); Blue value is 149 (58.59% from 255 or 78.01% from 191); Max value from RGB is 149 - color contains mainly: blue. Hex color #260495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260495 is #D9FB6A. Grayscale: #1E1E1E. Windows color (decimal): -14285675 or 9765926. OLE color: 9765926.

HSL color Cylindrical-coordinate representation of color #260495: hue angle of 254.07º degrees, saturation: 0.95, 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 #260495 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 4 149 -
CMYK 0.74 0.97 0 0.42
HSL 254.07º 0.95% 0.3% -
HSV(B) 254.07º 0.97% 0.58% -
XYZ 6.27 2.67 28.62 -
YUV 30.7 194.76 133.21 -
System Red Green Blue C M Y K H S L
Decimal 38 4 149 0.74 0.97 0 0.42 254.07 0.95 0.3
Hex 26 4 95 4A 61 0 2A FE 5F 1E
Octal 46 4 225 112 141 0 52 376 137 36
Binary 100110 100 10010101 1001010 1100001 0 101010 11111110 1011111 11110

Color Harmonies of #260495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260495

Black with #260495

Text Example


Text Example

White with #260495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260495; }

 p { color: rgb(38,4,149); }

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

background-color css

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

 a { background-color: rgb(38,4,149); }

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

border-color css

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

 span { border-color: rgb(38,4,149); }

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