Html Css Color HEX #261C95 Ultramarine

📋 copy color: '#261C95'

red 38 ◦ green 28 ◦ blue 149

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

Shades of Ultramarine #261C95

Tints of Ultramarine #261C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.02%

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

R = 17.67%
G = 13.02%
B = 69.3%

CMYK

 C value IS 0.74

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#261C95 (or 0x261C95) is known color: Ultramarine. HEX triplet: 26, 1C and 95. RGB value is (38,28,149). Sum of RGB (Red+Green+Blue) = 38+28+149=215 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.67% from 215); Green value is 28 (11.33% from 255 or 13.02% from 215); Blue value is 149 (58.59% from 255 or 69.30% from 215); Max value from RGB is 149 - color contains mainly: blue. Hex color #261C95 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261C95 is #D9E36A. Grayscale: #2C2C2C. Windows color (decimal): -14279531 or 9772070. OLE color: 9772070.

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

Color convert

RGB 38 28 149 -
CMYK 0.74 0.81 0 0.42
HSL 244.96º 0.68% 0.35% -
HSV(B) 244.96º 0.81% 0.58% -
XYZ 6.64 3.41 28.74 -
YUV 44.78 186.81 123.16 -
System Red Green Blue C M Y K H S L
Decimal 38 28 149 0.74 0.81 0 0.42 244.96 0.68 0.35
Hex 26 1C 95 4A 51 0 2A F5 44 23
Octal 46 34 225 112 121 0 52 365 104 43
Binary 100110 11100 10010101 1001010 1010001 0 101010 11110101 1000100 100011

Color Harmonies of #261C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261C95

Black with #261C95

Text Example


Text Example

White with #261C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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