Html Css Color HEX #261997 Ultramarine

📋 copy color: '#261997'

red 38 ◦ green 25 ◦ blue 151

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

Shades of Ultramarine #261997

Tints of Ultramarine #261997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 70.56%

R = 17.76%
G = 11.68%
B = 70.56%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#261997 (or 0x261997) is known color: Ultramarine. HEX triplet: 26, 19 and 97. RGB value is (38,25,151). Sum of RGB (Red+Green+Blue) = 38+25+151=214 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.76% from 214); Green value is 25 (10.16% from 255 or 11.68% from 214); Blue value is 151 (59.38% from 255 or 70.56% from 214); Max value from RGB is 151 - color contains mainly: blue. Hex color #261997 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261997 is #D9E668. Grayscale: #2A2A2A. Windows color (decimal): -14280297 or 9902374. OLE color: 9902374.

HSL color Cylindrical-coordinate representation of color #261997: hue angle of 246.19º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #261997 is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 25 151 -
CMYK 0.75 0.83 0 0.41
HSL 246.19º 0.72% 0.35% -
HSV(B) 246.19º 0.83% 0.59% -
XYZ 6.73 3.34 29.57 -
YUV 43.25 188.81 124.25 -
System Red Green Blue C M Y K H S L
Decimal 38 25 151 0.75 0.83 0 0.41 246.19 0.72 0.35
Hex 26 19 97 4B 53 0 29 F6 48 23
Octal 46 31 227 113 123 0 51 366 110 43
Binary 100110 11001 10010111 1001011 1010011 0 101001 11110110 1001000 100011

Color Harmonies of #261997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261997

Black with #261997

Text Example


Text Example

White with #261997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261997; }

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

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

background-color css

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

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

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

border-color css

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

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

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