Html Css Color HEX #261290 Ultramarine

📋 copy color: '#261290'

red 38 ◦ green 18 ◦ blue 144

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

Shades of Ultramarine #261290

Tints of Ultramarine #261290

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9%

 BLUE value IS 144 (56.64% from 255) = 72%

R = 19%
G = 9%
B = 72%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#261290 (or 0x261290) is known color: Ultramarine. HEX triplet: 26, 12 and 90. RGB value is (38,18,144). Sum of RGB (Red+Green+Blue) = 38+18+144=200 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19% from 200); Green value is 18 (7.42% from 255 or 9% from 200); Blue value is 144 (56.64% from 255 or 72% from 200); Max value from RGB is 144 - color contains mainly: blue. Hex color #261290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261290 is #D9ED6F. Grayscale: #252525. Windows color (decimal): -14282096 or 9441830. OLE color: 9441830.

HSL color Cylindrical-coordinate representation of color #261290: hue angle of 249.52º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261290 is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 18 144 -
CMYK 0.74 0.88 0 0.44
HSL 249.52º 0.78% 0.32% -
HSV(B) 249.52º 0.88% 0.56% -
XYZ 6.05 2.86 26.62 -
YUV 38.34 187.63 127.75 -
System Red Green Blue C M Y K H S L
Decimal 38 18 144 0.74 0.88 0 0.44 249.52 0.78 0.32
Hex 26 12 90 4A 58 0 2C FA 4E 20
Octal 46 22 220 112 130 0 54 372 116 40
Binary 100110 10010 10010000 1001010 1011000 0 101100 11111010 1001110 100000

Color Harmonies of #261290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261290

Black with #261290

Text Example


Text Example

White with #261290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261290; }

 p { color: rgb(38,18,144); }

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

background-color css

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

 a { background-color: rgb(38,18,144); }

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

border-color css

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

 span { border-color: rgb(38,18,144); }

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