Html Css Color HEX #261E95 Ultramarine

📋 copy color: '#261E95'

red 38 ◦ green 30 ◦ blue 149

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

Shades of Ultramarine #261E95

Tints of Ultramarine #261E95

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.82%

 BLUE value IS 149 (58.59% from 255) = 68.66%

R = 17.51%
G = 13.82%
B = 68.66%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#261E95 (or 0x261E95) is known color: Ultramarine. HEX triplet: 26, 1E and 95. RGB value is (38,30,149). Sum of RGB (Red+Green+Blue) = 38+30+149=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 30 (12.11% from 255 or 13.82% from 217); Blue value is 149 (58.59% from 255 or 68.66% from 217); Max value from RGB is 149 - color contains mainly: blue. Hex color #261E95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261E95 is #D9E16A. Grayscale: #2D2D2D. Windows color (decimal): -14279019 or 9772582. OLE color: 9772582.

HSL color Cylindrical-coordinate representation of color #261E95: hue angle of 244.03º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #261E95 is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 30 149 -
CMYK 0.74 0.80 0 0.42
HSL 244.03º 0.66% 0.35% -
HSV(B) 244.03º 0.8% 0.58% -
XYZ 6.69 3.51 28.76 -
YUV 45.96 186.15 122.32 -
System Red Green Blue C M Y K H S L
Decimal 38 30 149 0.74 0.80 0 0.42 244.03 0.66 0.35
Hex 26 1E 95 4A 50 0 2A F4 42 23
Octal 46 36 225 112 120 0 52 364 102 43
Binary 100110 11110 10010101 1001010 1010000 0 101010 11110100 1000010 100011

Color Harmonies of #261E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261E95

Black with #261E95

Text Example


Text Example

White with #261E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261E95; }

 p { color: rgb(38,30,149); }

 H1.HeaderClassName
 {
   color: #261E95;
 }
 .AnyTagClassName
 {
   color: #261E95;
 }
</style>

background-color css

<style>
 a { background-color: #261E95; }

 a { background-color: rgb(38,30,149); }

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

border-color css

<style>
 span { border-color: #261E95; }

 span { border-color: rgb(38,30,149); }

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