Html Css Color HEX #260599 Ultramarine

📋 copy color: '#260599'

red 38 ◦ green 5 ◦ blue 153

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

Shades of Ultramarine #260599

Tints of Ultramarine #260599

RGB

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

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

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

R = 19.39%
G = 2.55%
B = 78.06%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#260599 (or 0x260599) is known color: Ultramarine. HEX triplet: 26, 05 and 99. RGB value is (38,5,153). Sum of RGB (Red+Green+Blue) = 38+5+153=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 5 (2.34% from 255 or 2.55% from 196); Blue value is 153 (60.16% from 255 or 78.06% from 196); Max value from RGB is 153 - color contains mainly: blue. Hex color #260599 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260599 is #D9FA66. Grayscale: #1F1F1F. Windows color (decimal): -14285415 or 10028326. OLE color: 10028326.

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

Color convert

RGB 38 5 153 -
CMYK 0.75 0.97 0 0.4
HSL 253.38º 0.94% 0.31% -
HSV(B) 253.38º 0.97% 0.6% -
XYZ 6.6 2.82 30.33 -
YUV 31.74 196.43 132.47 -
System Red Green Blue C M Y K H S L
Decimal 38 5 153 0.75 0.97 0 0.4 253.38 0.94 0.31
Hex 26 5 99 4B 61 0 28 FD 5E 1F
Octal 46 5 231 113 141 0 50 375 136 37
Binary 100110 101 10011001 1001011 1100001 0 101000 11111101 1011110 11111

Color Harmonies of #260599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260599

Black with #260599

Text Example


Text Example

White with #260599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260599; }

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

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

background-color css

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

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

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

border-color css

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

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

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