Html Css Color HEX #26129B Ultramarine

📋 copy color: '#26129B'

red 38 ◦ green 18 ◦ blue 155

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

Shades of Ultramarine #26129B

Tints of Ultramarine #26129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.53%

 BLUE value IS 155 (60.94% from 255) = 73.46%

R = 18.01%
G = 8.53%
B = 73.46%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26129B (or 0x26129B) is known color: Ultramarine. HEX triplet: 26, 12 and 9B. RGB value is (38,18,155). Sum of RGB (Red+Green+Blue) = 38+18+155=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 155 (60.94% from 255 or 73.46% from 211); Max value from RGB is 155 - color contains mainly: blue. Hex color #26129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26129B is #D9ED64. Grayscale: #272727. Windows color (decimal): -14282085 or 10162726. OLE color: 10162726.

HSL color Cylindrical-coordinate representation of color #26129B: hue angle of 248.76º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #26129B is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 18 155 -
CMYK 0.75 0.88 0 0.39
HSL 248.76º 0.79% 0.34% -
HSV(B) 248.76º 0.88% 0.61% -
XYZ 6.93 3.21 31.26 -
YUV 39.6 193.13 126.86 -
System Red Green Blue C M Y K H S L
Decimal 38 18 155 0.75 0.88 0 0.39 248.76 0.79 0.34
Hex 26 12 9B 4B 58 0 27 F9 4F 22
Octal 46 22 233 113 130 0 47 371 117 42
Binary 100110 10010 10011011 1001011 1011000 0 100111 11111001 1001111 100010

Color Harmonies of #26129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26129B

Black with #26129B

Text Example


Text Example

White with #26129B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26129B; }

 p { color: rgb(38,18,155); }

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

background-color css

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

 a { background-color: rgb(38,18,155); }

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

border-color css

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

 span { border-color: rgb(38,18,155); }

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