Html Css Color HEX #261994 Ultramarine

📋 copy color: '#261994'

red 38 ◦ green 25 ◦ blue 148

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

Shades of Ultramarine #261994

Tints of Ultramarine #261994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 70.14%

R = 18.01%
G = 11.85%
B = 70.14%

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

#261994 (or 0x261994) is known color: Ultramarine. HEX triplet: 26, 19 and 94. RGB value is (38,25,148). Sum of RGB (Red+Green+Blue) = 38+25+148=211 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.01% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 148 (58.20% from 255 or 70.14% from 211); Max value from RGB is 148 - color contains mainly: blue. Hex color #261994 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261994 is #D9E66B. Grayscale: #2A2A2A. Windows color (decimal): -14280300 or 9705766. OLE color: 9705766.

HSL color Cylindrical-coordinate representation of color #261994: hue angle of 246.34º 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 #261994 is Cyan = 0.74, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 25 148 -
CMYK 0.74 0.83 0 0.42
HSL 246.34º 0.71% 0.34% -
HSV(B) 246.34º 0.83% 0.58% -
XYZ 6.49 3.25 28.3 -
YUV 42.91 187.31 124.5 -
System Red Green Blue C M Y K H S L
Decimal 38 25 148 0.74 0.83 0 0.42 246.34 0.71 0.34
Hex 26 19 94 4A 53 0 2A F6 47 22
Octal 46 31 224 112 123 0 52 366 107 42
Binary 100110 11001 10010100 1001010 1010011 0 101010 11110110 1000111 100010

Color Harmonies of #261994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261994

Black with #261994

Text Example


Text Example

White with #261994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261994; }

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

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

background-color css

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

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

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

border-color css

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

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

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