Html Css Color HEX #261993 Ultramarine

📋 copy color: '#261993'

red 38 ◦ green 25 ◦ blue 147

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

Shades of Ultramarine #261993

Tints of Ultramarine #261993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 70%

R = 18.1%
G = 11.9%
B = 70%

CMYK

 C value IS 0.74

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#261993 (or 0x261993) is known color: Ultramarine. HEX triplet: 26, 19 and 93. RGB value is (38,25,147). Sum of RGB (Red+Green+Blue) = 38+25+147=210 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.10% from 210); Green value is 25 (10.16% from 255 or 11.90% from 210); Blue value is 147 (57.81% from 255 or 70% from 210); Max value from RGB is 147 - color contains mainly: blue. Hex color #261993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261993 is #D9E66C. Grayscale: #2A2A2A. Windows color (decimal): -14280301 or 9640230. OLE color: 9640230.

HSL color Cylindrical-coordinate representation of color #261993: hue angle of 246.39º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #261993 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 25 147 -
CMYK 0.74 0.83 0 0.42
HSL 246.39º 0.71% 0.34% -
HSV(B) 246.39º 0.83% 0.58% -
XYZ 6.41 3.21 27.89 -
YUV 42.8 186.81 124.58 -
System Red Green Blue C M Y K H S L
Decimal 38 25 147 0.74 0.83 0 0.42 246.39 0.71 0.34
Hex 26 19 93 4A 53 0 2A F6 47 22
Octal 46 31 223 112 123 0 52 366 107 42
Binary 100110 11001 10010011 1001010 1010011 0 101010 11110110 1000111 100010

Color Harmonies of #261993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261993

Black with #261993

Text Example


Text Example

White with #261993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261993; }

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

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

background-color css

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

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

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

border-color css

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

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

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