Html Css Color HEX #26259A Ultramarine

📋 copy color: '#26259A'

red 38 ◦ green 37 ◦ blue 154

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

Shades of Ultramarine #26259A

Tints of Ultramarine #26259A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 67.25%

R = 16.59%
G = 16.16%
B = 67.25%

CMYK

 C value IS 0.75

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#26259A (or 0x26259A) is known color: Ultramarine. HEX triplet: 26, 25 and 9A. RGB value is (38,37,154). Sum of RGB (Red+Green+Blue) = 38+37+154=229 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.59% from 229); Green value is 37 (14.84% from 255 or 16.16% from 229); Blue value is 154 (60.55% from 255 or 67.25% from 229); Max value from RGB is 154 - color contains mainly: blue. Hex color #26259A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26259A is #D9DA65. Grayscale: #323232. Windows color (decimal): -14277222 or 10102054. OLE color: 10102054.

HSL color Cylindrical-coordinate representation of color #26259A: hue angle of 240.51º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26259A is Cyan = 0.75, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 37 154 -
CMYK 0.75 0.76 0 0.40
HSL 240.51º 0.61% 0.37% -
HSV(B) 240.51º 0.76% 0.6% -
XYZ 7.29 4.07 30.97 -
YUV 50.64 186.33 118.99 -
System Red Green Blue C M Y K H S L
Decimal 38 37 154 0.75 0.76 0 0.40 240.51 0.61 0.37
Hex 26 25 9A 4B 4C 0 28 F1 3D 25
Octal 46 45 232 113 114 0 50 361 75 45
Binary 100110 100101 10011010 1001011 1001100 0 101000 11110001 111101 100101

Color Harmonies of #26259A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26259A

Black with #26259A

Text Example


Text Example

White with #26259A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26259A; }

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

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

background-color css

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

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

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

border-color css

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

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

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