Html Css Color HEX #260096 Ultramarine

📋 copy color: '#260096'

red 38 ◦ green 0 ◦ blue 150

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

Shades of Ultramarine #260096

Tints of Ultramarine #260096

RGB

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

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

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

R = 20.21%
G = 0%
B = 79.79%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#260096 (or 0x260096) is known color: Ultramarine. HEX triplet: 26, 00 and 96. RGB value is (38,0,150). Sum of RGB (Red+Green+Blue) = 38+0+150=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 150 (58.98% from 255 or 79.79% from 188); Max value from RGB is 150 - color contains mainly: blue. Hex color #260096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260096 is #D9FF69. Grayscale: #1B1B1B. Windows color (decimal): -14286698 or 9830438. OLE color: 9830438.

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

Color convert

RGB 38 0 150 -
CMYK 0.75 1 0 0.41
HSL 255.2º 1% 0.29% -
HSV(B) 255.2º 1% 0.59% -
XYZ 6.3 2.61 29.03 -
YUV 28.46 196.59 134.8 -
System Red Green Blue C M Y K H S L
Decimal 38 0 150 0.75 1 0 0.41 255.2 1 0.29
Hex 26 0 96 4B 64 0 29 FF 64 1D
Octal 46 0 226 113 144 0 51 377 144 35
Binary 100110 0 10010110 1001011 1100100 0 101001 11111111 1100100 11101

Color Harmonies of #260096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260096

Black with #260096

Text Example


Text Example

White with #260096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260096; }

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

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

background-color css

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

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

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

border-color css

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

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

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