Html Css Color HEX #261194 Ultramarine

📋 copy color: '#261194'

red 38 ◦ green 17 ◦ blue 148

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

Shades of Ultramarine #261194

Tints of Ultramarine #261194

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.37%

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

R = 18.72%
G = 8.37%
B = 72.91%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#261194 (or 0x261194) is known color: Ultramarine. HEX triplet: 26, 11 and 94. RGB value is (38,17,148). Sum of RGB (Red+Green+Blue) = 38+17+148=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 148 (58.20% from 255 or 72.91% from 203); Max value from RGB is 148 - color contains mainly: blue. Hex color #261194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261194 is #D9EE6B. Grayscale: #252525. Windows color (decimal): -14282348 or 9703718. OLE color: 9703718.

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

Color convert

RGB 38 17 148 -
CMYK 0.74 0.89 0 0.42
HSL 249.62º 0.79% 0.32% -
HSV(B) 249.62º 0.89% 0.58% -
XYZ 6.35 2.95 28.25 -
YUV 38.21 189.96 127.85 -
System Red Green Blue C M Y K H S L
Decimal 38 17 148 0.74 0.89 0 0.42 249.62 0.79 0.32
Hex 26 11 94 4A 59 0 2A FA 4F 20
Octal 46 21 224 112 131 0 52 372 117 40
Binary 100110 10001 10010100 1001010 1011001 0 101010 11111010 1001111 100000

Color Harmonies of #261194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261194

Black with #261194

Text Example


Text Example

White with #261194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261194; }

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

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

background-color css

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

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

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

border-color css

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

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

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