Html Css Color HEX #26049B Ultramarine

📋 copy color: '#26049B'

red 38 ◦ green 4 ◦ blue 155

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

Shades of Ultramarine #26049B

Tints of Ultramarine #26049B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.03%

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

R = 19.29%
G = 2.03%
B = 78.68%

CMYK

 C value IS 0.75

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26049B (or 0x26049B) is known color: Ultramarine. HEX triplet: 26, 04 and 9B. RGB value is (38,4,155). Sum of RGB (Red+Green+Blue) = 38+4+155=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 155 (60.94% from 255 or 78.68% from 197); Max value from RGB is 155 - color contains mainly: blue. Hex color #26049B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26049B is #D9FB64. Grayscale: #1E1E1E. Windows color (decimal): -14285669 or 10159142. OLE color: 10159142.

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

Color convert

RGB 38 4 155 -
CMYK 0.75 0.97 0 0.39
HSL 253.51º 0.95% 0.31% -
HSV(B) 253.51º 0.97% 0.61% -
XYZ 6.76 2.87 31.21 -
YUV 31.38 197.76 132.72 -
System Red Green Blue C M Y K H S L
Decimal 38 4 155 0.75 0.97 0 0.39 253.51 0.95 0.31
Hex 26 4 9B 4B 61 0 27 FE 5F 1F
Octal 46 4 233 113 141 0 47 376 137 37
Binary 100110 100 10011011 1001011 1100001 0 100111 11111110 1011111 11111

Color Harmonies of #26049B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26049B

Black with #26049B

Text Example


Text Example

White with #26049B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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