Html Css Color HEX #26129F Ultramarine

📋 copy color: '#26129F'

red 38 ◦ green 18 ◦ blue 159

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

Shades of Ultramarine #26129F

Tints of Ultramarine #26129F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 73.95%

R = 17.67%
G = 8.37%
B = 73.95%

CMYK

 C value IS 0.76

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26129F (or 0x26129F) is known color: Ultramarine. HEX triplet: 26, 12 and 9F. RGB value is (38,18,159). Sum of RGB (Red+Green+Blue) = 38+18+159=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 18 (7.42% from 255 or 8.37% from 215); Blue value is 159 (62.5% from 255 or 73.95% from 215); Max value from RGB is 159 - color contains mainly: blue. Hex color #26129F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26129F is #D9ED60. Grayscale: #272727. Windows color (decimal): -14282081 or 10424870. OLE color: 10424870.

HSL color Cylindrical-coordinate representation of color #26129F: hue angle of 248.51º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #26129F is Cyan = 0.76, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 18 159 -
CMYK 0.76 0.89 0 0.38
HSL 248.51º 0.8% 0.35% -
HSV(B) 248.51º 0.89% 0.62% -
XYZ 7.27 3.35 33.06 -
YUV 40.05 195.13 126.54 -
System Red Green Blue C M Y K H S L
Decimal 38 18 159 0.76 0.89 0 0.38 248.51 0.8 0.35
Hex 26 12 9F 4C 59 0 26 F9 50 23
Octal 46 22 237 114 131 0 46 371 120 43
Binary 100110 10010 10011111 1001100 1011001 0 100110 11111001 1010000 100011

Color Harmonies of #26129F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26129F

Black with #26129F

Text Example


Text Example

White with #26129F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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