Html Css Color HEX #260295 Ultramarine

📋 copy color: '#260295'

red 38 ◦ green 2 ◦ blue 149

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

Shades of Ultramarine #260295

Tints of Ultramarine #260295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 78.84%

R = 20.11%
G = 1.06%
B = 78.84%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#260295 (or 0x260295) is known color: Ultramarine. HEX triplet: 26, 02 and 95. RGB value is (38,2,149). Sum of RGB (Red+Green+Blue) = 38+2+149=189 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20.11% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 149 (58.59% from 255 or 78.84% from 189); Max value from RGB is 149 - color contains mainly: blue. Hex color #260295 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260295 is #D9FD6A. Grayscale: #1C1C1C. Windows color (decimal): -14286187 or 9765414. OLE color: 9765414.

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

Color convert

RGB 38 2 149 -
CMYK 0.74 0.99 0 0.42
HSL 254.69º 0.97% 0.3% -
HSV(B) 254.69º 0.99% 0.58% -
XYZ 6.25 2.63 28.61 -
YUV 29.52 195.43 134.05 -
System Red Green Blue C M Y K H S L
Decimal 38 2 149 0.74 0.99 0 0.42 254.69 0.97 0.3
Hex 26 2 95 4A 63 0 2A FF 61 1E
Octal 46 2 225 112 143 0 52 377 141 36
Binary 100110 10 10010101 1001010 1100011 0 101010 11111111 1100001 11110

Color Harmonies of #260295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260295

Black with #260295

Text Example


Text Example

White with #260295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260295; }

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

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

background-color css

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

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

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

border-color css

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

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

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