Html Css Color HEX #261090 Ultramarine

📋 copy color: '#261090'

red 38 ◦ green 16 ◦ blue 144

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

Shades of Ultramarine #261090

Tints of Ultramarine #261090

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.08%

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

R = 19.19%
G = 8.08%
B = 72.73%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#261090 (or 0x261090) is known color: Ultramarine. HEX triplet: 26, 10 and 90. RGB value is (38,16,144). Sum of RGB (Red+Green+Blue) = 38+16+144=198 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.19% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #261090 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261090 is #D9EF6F. Grayscale: #242424. Windows color (decimal): -14282608 or 9441318. OLE color: 9441318.

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

Color convert

RGB 38 16 144 -
CMYK 0.74 0.89 0 0.44
HSL 250.31º 0.8% 0.31% -
HSV(B) 250.31º 0.89% 0.56% -
XYZ 6.02 2.8 26.61 -
YUV 37.17 188.29 128.59 -
System Red Green Blue C M Y K H S L
Decimal 38 16 144 0.74 0.89 0 0.44 250.31 0.8 0.31
Hex 26 10 90 4A 59 0 2C FA 50 1F
Octal 46 20 220 112 131 0 54 372 120 37
Binary 100110 10000 10010000 1001010 1011001 0 101100 11111010 1010000 11111

Color Harmonies of #261090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261090

Black with #261090

Text Example


Text Example

White with #261090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261090; }

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

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

background-color css

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

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

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

border-color css

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

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

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