Html Css Color HEX #261494 Ultramarine

📋 copy color: '#261494'

red 38 ◦ green 20 ◦ blue 148

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

Shades of Ultramarine #261494

Tints of Ultramarine #261494

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.71%

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

R = 18.45%
G = 9.71%
B = 71.84%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#261494 (or 0x261494) is known color: Ultramarine. HEX triplet: 26, 14 and 94. RGB value is (38,20,148). Sum of RGB (Red+Green+Blue) = 38+20+148=206 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.45% from 206); Green value is 20 (8.20% from 255 or 9.71% from 206); Blue value is 148 (58.20% from 255 or 71.84% from 206); Max value from RGB is 148 - color contains mainly: blue. Hex color #261494 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261494 is #D9EB6B. Grayscale: #272727. Windows color (decimal): -14281580 or 9704486. OLE color: 9704486.

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

Color convert

RGB 38 20 148 -
CMYK 0.74 0.86 0 0.42
HSL 248.44º 0.76% 0.33% -
HSV(B) 248.44º 0.86% 0.58% -
XYZ 6.39 3.05 28.27 -
YUV 39.97 188.96 126.59 -
System Red Green Blue C M Y K H S L
Decimal 38 20 148 0.74 0.86 0 0.42 248.44 0.76 0.33
Hex 26 14 94 4A 56 0 2A F8 4C 21
Octal 46 24 224 112 126 0 52 370 114 41
Binary 100110 10100 10010100 1001010 1010110 0 101010 11111000 1001100 100001

Color Harmonies of #261494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261494

Black with #261494

Text Example


Text Example

White with #261494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261494; }

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

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

background-color css

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

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

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

border-color css

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

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

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