Html Css Color HEX #261390 Ultramarine

📋 copy color: '#261390'

red 38 ◦ green 19 ◦ blue 144

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

Shades of Ultramarine #261390

Tints of Ultramarine #261390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.45%

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

R = 18.91%
G = 9.45%
B = 71.64%

CMYK

 C value IS 0.74

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#261390 (or 0x261390) is known color: Ultramarine. HEX triplet: 26, 13 and 90. RGB value is (38,19,144). Sum of RGB (Red+Green+Blue) = 38+19+144=201 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.91% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #261390 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261390 is #D9EC6F. Grayscale: #262626. Windows color (decimal): -14281840 or 9442086. OLE color: 9442086.

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

Color convert

RGB 38 19 144 -
CMYK 0.74 0.87 0 0.44
HSL 249.12º 0.77% 0.32% -
HSV(B) 249.12º 0.87% 0.56% -
XYZ 6.07 2.89 26.62 -
YUV 38.93 187.29 127.34 -
System Red Green Blue C M Y K H S L
Decimal 38 19 144 0.74 0.87 0 0.44 249.12 0.77 0.32
Hex 26 13 90 4A 57 0 2C F9 4D 20
Octal 46 23 220 112 127 0 54 371 115 40
Binary 100110 10011 10010000 1001010 1010111 0 101100 11111001 1001101 100000

Color Harmonies of #261390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261390

Black with #261390

Text Example


Text Example

White with #261390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261390; }

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

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

background-color css

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

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

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

border-color css

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

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

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