Html Css Color HEX #260099 Ultramarine

📋 copy color: '#260099'

red 38 ◦ green 0 ◦ blue 153

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

Shades of Ultramarine #260099

Tints of Ultramarine #260099

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 153 (60.16% from 255) = 80.1%

R = 19.9%
G = 0%
B = 80.1%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#260099 (or 0x260099) is known color: Ultramarine. HEX triplet: 26, 00 and 99. RGB value is (38,0,153). Sum of RGB (Red+Green+Blue) = 38+0+153=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 153 (60.16% from 255 or 80.10% from 191); Max value from RGB is 153 - color contains mainly: blue. Hex color #260099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260099 is #D9FF66. Grayscale: #1C1C1C. Windows color (decimal): -14286695 or 10027046. OLE color: 10027046.

HSL color Cylindrical-coordinate representation of color #260099: hue angle of 254.9º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260099 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 38 0 153 -
CMYK 0.75 1 0 0.4
HSL 254.9º 1% 0.3% -
HSV(B) 254.9º 1% 0.6% -
XYZ 6.55 2.71 30.32 -
YUV 28.8 198.09 134.56 -
System Red Green Blue C M Y K H S L
Decimal 38 0 153 0.75 1 0 0.4 254.9 1 0.3
Hex 26 0 99 4B 64 0 28 FF 64 1E
Octal 46 0 231 113 144 0 50 377 144 36
Binary 100110 0 10011001 1001011 1100100 0 101000 11111111 1100100 11110

Color Harmonies of #260099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260099

Black with #260099

Text Example


Text Example

White with #260099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260099; }

 p { color: rgb(38,0,153); }

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

background-color css

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

 a { background-color: rgb(38,0,153); }

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

border-color css

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

 span { border-color: rgb(38,0,153); }

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