Html Css Color HEX #26019D Ultramarine

📋 copy color: '#26019D'

red 38 ◦ green 1 ◦ blue 157

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

Shades of Ultramarine #26019D

Tints of Ultramarine #26019D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 157 (61.72% from 255) = 80.1%

R = 19.39%
G = 0.51%
B = 80.1%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#26019D (or 0x26019D) is known color: Ultramarine. HEX triplet: 26, 01 and 9D. RGB value is (38,1,157). Sum of RGB (Red+Green+Blue) = 38+1+157=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 1 (0.78% from 255 or 0.51% from 196); Blue value is 157 (61.72% from 255 or 80.10% from 196); Max value from RGB is 157 - color contains mainly: blue. Hex color #26019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26019D is #D9FE62. Grayscale: #1D1D1D. Windows color (decimal): -14286435 or 10289446. OLE color: 10289446.

HSL color Cylindrical-coordinate representation of color #26019D: hue angle of 254.23º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26019D is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 1 157 -
CMYK 0.76 0.99 0 0.38
HSL 254.23º 0.99% 0.31% -
HSV(B) 254.23º 0.99% 0.62% -
XYZ 6.9 2.87 32.09 -
YUV 29.85 199.76 133.82 -
System Red Green Blue C M Y K H S L
Decimal 38 1 157 0.76 0.99 0 0.38 254.23 0.99 0.31
Hex 26 1 9D 4C 63 0 26 FE 63 1F
Octal 46 1 235 114 143 0 46 376 143 37
Binary 100110 1 10011101 1001100 1100011 0 100110 11111110 1100011 11111

Color Harmonies of #26019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26019D

Black with #26019D

Text Example


Text Example

White with #26019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26019D; }

 p { color: rgb(38,1,157); }

 H1.HeaderClassName
 {
   color: #26019D;
 }
 .AnyTagClassName
 {
   color: #26019D;
 }
</style>

background-color css

<style>
 a { background-color: #26019D; }

 a { background-color: rgb(38,1,157); }

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

border-color css

<style>
 span { border-color: #26019D; }

 span { border-color: rgb(38,1,157); }

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