Html Css Color HEX #260896 Ultramarine

📋 copy color: '#260896'

red 38 ◦ green 8 ◦ blue 150

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

Shades of Ultramarine #260896

Tints of Ultramarine #260896

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.08%

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

R = 19.39%
G = 4.08%
B = 76.53%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#260896 (or 0x260896) is known color: Ultramarine. HEX triplet: 26, 08 and 96. RGB value is (38,8,150). Sum of RGB (Red+Green+Blue) = 38+8+150=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 150 (58.98% from 255 or 76.53% from 196); Max value from RGB is 150 - color contains mainly: blue. Hex color #260896 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260896 is #D9F769. Grayscale: #202020. Windows color (decimal): -14284650 or 9832486. OLE color: 9832486.

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

Color convert

RGB 38 8 150 -
CMYK 0.75 0.95 0 0.41
HSL 252.68º 0.9% 0.31% -
HSV(B) 252.68º 0.95% 0.59% -
XYZ 6.39 2.79 29.06 -
YUV 33.16 193.94 131.45 -
System Red Green Blue C M Y K H S L
Decimal 38 8 150 0.75 0.95 0 0.41 252.68 0.9 0.31
Hex 26 8 96 4B 5F 0 29 FD 5A 1F
Octal 46 10 226 113 137 0 51 375 132 37
Binary 100110 1000 10010110 1001011 1011111 0 101001 11111101 1011010 11111

Color Harmonies of #260896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260896

Black with #260896

Text Example


Text Example

White with #260896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260896; }

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

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

background-color css

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

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

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

border-color css

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

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

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