Html Css Color HEX #26138C Ultramarine

📋 copy color: '#26138C'

red 38 ◦ green 19 ◦ blue 140

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

Shades of Ultramarine #26138C

Tints of Ultramarine #26138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.64%

 BLUE value IS 140 (55.08% from 255) = 71.07%

R = 19.29%
G = 9.64%
B = 71.07%

CMYK

 C value IS 0.73

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26138C (or 0x26138C) is known color: Ultramarine. HEX triplet: 26, 13 and 8C. RGB value is (38,19,140). Sum of RGB (Red+Green+Blue) = 38+19+140=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 140 (55.08% from 255 or 71.07% from 197); Max value from RGB is 140 - color contains mainly: blue. Hex color #26138C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26138C is #D9EC73. Grayscale: #262626. Windows color (decimal): -14281844 or 9179942. OLE color: 9179942.

HSL color Cylindrical-coordinate representation of color #26138C: hue angle of 249.42º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #26138C is Cyan = 0.73, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 19 140 -
CMYK 0.73 0.86 0 0.45
HSL 249.42º 0.76% 0.31% -
HSV(B) 249.42º 0.86% 0.55% -
XYZ 5.77 2.77 25.04 -
YUV 38.48 185.29 127.66 -
System Red Green Blue C M Y K H S L
Decimal 38 19 140 0.73 0.86 0 0.45 249.42 0.76 0.31
Hex 26 13 8C 49 56 0 2D F9 4C 1F
Octal 46 23 214 111 126 0 55 371 114 37
Binary 100110 10011 10001100 1001001 1010110 0 101101 11111001 1001100 11111

Color Harmonies of #26138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26138C

Black with #26138C

Text Example


Text Example

White with #26138C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,19,140); }

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

background-color css

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

 a { background-color: rgb(38,19,140); }

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

border-color css

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

 span { border-color: rgb(38,19,140); }

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