Html Css Color HEX #261990 Ultramarine

📋 copy color: '#261990'

red 38 ◦ green 25 ◦ blue 144

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

Shades of Ultramarine #261990

Tints of Ultramarine #261990

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.08%

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

R = 18.36%
G = 12.08%
B = 69.57%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#261990 (or 0x261990) is known color: Ultramarine. HEX triplet: 26, 19 and 90. RGB value is (38,25,144). Sum of RGB (Red+Green+Blue) = 38+25+144=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 25 (10.16% from 255 or 12.08% from 207); Blue value is 144 (56.64% from 255 or 69.57% from 207); Max value from RGB is 144 - color contains mainly: blue. Hex color #261990 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261990 is #D9E66F. Grayscale: #292929. Windows color (decimal): -14280304 or 9443622. OLE color: 9443622.

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

Color convert

RGB 38 25 144 -
CMYK 0.74 0.83 0 0.44
HSL 246.55º 0.7% 0.33% -
HSV(B) 246.55º 0.83% 0.56% -
XYZ 6.18 3.12 26.66 -
YUV 42.45 185.31 124.82 -
System Red Green Blue C M Y K H S L
Decimal 38 25 144 0.74 0.83 0 0.44 246.55 0.7 0.33
Hex 26 19 90 4A 53 0 2C F7 46 21
Octal 46 31 220 112 123 0 54 367 106 41
Binary 100110 11001 10010000 1001010 1010011 0 101100 11110111 1000110 100001

Color Harmonies of #261990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261990

Black with #261990

Text Example


Text Example

White with #261990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261990; }

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

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

background-color css

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

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

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

border-color css

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

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

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