Html Css Color HEX #260296 Ultramarine

📋 copy color: '#260296'

red 38 ◦ green 2 ◦ blue 150

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

Shades of Ultramarine #260296

Tints of Ultramarine #260296

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.05%

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

R = 20%
G = 1.05%
B = 78.95%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#260296 (or 0x260296) is known color: Ultramarine. HEX triplet: 26, 02 and 96. RGB value is (38,2,150). Sum of RGB (Red+Green+Blue) = 38+2+150=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 2 (1.17% from 255 or 1.05% from 190); Blue value is 150 (58.98% from 255 or 78.95% from 190); Max value from RGB is 150 - color contains mainly: blue. Hex color #260296 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260296 is #D9FD69. Grayscale: #1D1D1D. Windows color (decimal): -14286186 or 9830950. OLE color: 9830950.

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

Color convert

RGB 38 2 150 -
CMYK 0.75 0.99 0 0.41
HSL 254.59º 0.97% 0.3% -
HSV(B) 254.59º 0.99% 0.59% -
XYZ 6.33 2.66 29.03 -
YUV 29.64 195.93 133.97 -
System Red Green Blue C M Y K H S L
Decimal 38 2 150 0.75 0.99 0 0.41 254.59 0.97 0.3
Hex 26 2 96 4B 63 0 29 FF 61 1E
Octal 46 2 226 113 143 0 51 377 141 36
Binary 100110 10 10010110 1001011 1100011 0 101001 11111111 1100001 11110

Color Harmonies of #260296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260296

Black with #260296

Text Example


Text Example

White with #260296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260296; }

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

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

background-color css

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

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

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

border-color css

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

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

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