Html Css Color HEX #260996 Ultramarine

📋 copy color: '#260996'

red 38 ◦ green 9 ◦ blue 150

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

Shades of Ultramarine #260996

Tints of Ultramarine #260996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.57%

 BLUE value IS 150 (58.98% from 255) = 76.14%

R = 19.29%
G = 4.57%
B = 76.14%

CMYK

 C value IS 0.75

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#260996 (or 0x260996) is known color: Ultramarine. HEX triplet: 26, 09 and 96. RGB value is (38,9,150). Sum of RGB (Red+Green+Blue) = 38+9+150=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 150 (58.98% from 255 or 76.14% from 197); Max value from RGB is 150 - color contains mainly: blue. Hex color #260996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260996 is #D9F669. Grayscale: #212121. Windows color (decimal): -14284394 or 9832742. OLE color: 9832742.

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

Color convert

RGB 38 9 150 -
CMYK 0.75 0.94 0 0.41
HSL 252.34º 0.89% 0.31% -
HSV(B) 252.34º 0.94% 0.59% -
XYZ 6.4 2.81 29.06 -
YUV 33.75 193.61 131.04 -
System Red Green Blue C M Y K H S L
Decimal 38 9 150 0.75 0.94 0 0.41 252.34 0.89 0.31
Hex 26 9 96 4B 5E 0 29 FC 59 1F
Octal 46 11 226 113 136 0 51 374 131 37
Binary 100110 1001 10010110 1001011 1011110 0 101001 11111100 1011001 11111

Color Harmonies of #260996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260996

Black with #260996

Text Example


Text Example

White with #260996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260996; }

 p { color: rgb(38,9,150); }

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

background-color css

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

 a { background-color: rgb(38,9,150); }

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

border-color css

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

 span { border-color: rgb(38,9,150); }

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