Html Css Color HEX #26129C Ultramarine

📋 copy color: '#26129C'

red 38 ◦ green 18 ◦ blue 156

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

Shades of Ultramarine #26129C

Tints of Ultramarine #26129C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 73.58%

R = 17.92%
G = 8.49%
B = 73.58%

CMYK

 C value IS 0.76

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26129C (or 0x26129C) is known color: Ultramarine. HEX triplet: 26, 12 and 9C. RGB value is (38,18,156). Sum of RGB (Red+Green+Blue) = 38+18+156=212 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.92% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 156 (61.33% from 255 or 73.58% from 212); Max value from RGB is 156 - color contains mainly: blue. Hex color #26129C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26129C is #D9ED63. Grayscale: #272727. Windows color (decimal): -14282084 or 10228262. OLE color: 10228262.

HSL color Cylindrical-coordinate representation of color #26129C: hue angle of 248.7º 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 #26129C is Cyan = 0.76, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 18 156 -
CMYK 0.76 0.88 0 0.39
HSL 248.7º 0.79% 0.34% -
HSV(B) 248.7º 0.88% 0.61% -
XYZ 7.02 3.24 31.71 -
YUV 39.71 193.63 126.78 -
System Red Green Blue C M Y K H S L
Decimal 38 18 156 0.76 0.88 0 0.39 248.7 0.79 0.34
Hex 26 12 9C 4C 58 0 27 F9 4F 22
Octal 46 22 234 114 130 0 47 371 117 42
Binary 100110 10010 10011100 1001100 1011000 0 100111 11111001 1001111 100010

Color Harmonies of #26129C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26129C

Black with #26129C

Text Example


Text Example

White with #26129C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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