Html Css Color HEX #26258D Ultramarine

📋 copy color: '#26258D'

red 38 ◦ green 37 ◦ blue 141

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

Shades of Ultramarine #26258D

Tints of Ultramarine #26258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.13%

 BLUE value IS 141 (55.47% from 255) = 65.28%

R = 17.59%
G = 17.13%
B = 65.28%

CMYK

 C value IS 0.73

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26258D (or 0x26258D) is known color: Ultramarine. HEX triplet: 26, 25 and 8D. RGB value is (38,37,141). Sum of RGB (Red+Green+Blue) = 38+37+141=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 141 (55.47% from 255 or 65.28% from 216); Max value from RGB is 141 - color contains mainly: blue. Hex color #26258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26258D is #D9DA72. Grayscale: #303030. Windows color (decimal): -14277235 or 9250086. OLE color: 9250086.

HSL color Cylindrical-coordinate representation of color #26258D: hue angle of 240.58º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #26258D is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 37 141 -
CMYK 0.73 0.74 0 0.45
HSL 240.58º 0.58% 0.35% -
HSV(B) 240.58º 0.74% 0.55% -
XYZ 6.27 3.66 25.58 -
YUV 49.16 179.83 120.04 -
System Red Green Blue C M Y K H S L
Decimal 38 37 141 0.73 0.74 0 0.45 240.58 0.58 0.35
Hex 26 25 8D 49 4A 0 2D F1 3A 23
Octal 46 45 215 111 112 0 55 361 72 43
Binary 100110 100101 10001101 1001001 1001010 0 101101 11110001 111010 100011

Color Harmonies of #26258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26258D

Black with #26258D

Text Example


Text Example

White with #26258D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26258D; }

 p { color: rgb(38,37,141); }

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

background-color css

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

 a { background-color: rgb(38,37,141); }

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

border-color css

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

 span { border-color: rgb(38,37,141); }

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