Html Css Color HEX #260694 Ultramarine

📋 copy color: '#260694'

red 38 ◦ green 6 ◦ blue 148

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

Shades of Ultramarine #260694

Tints of Ultramarine #260694

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.13%

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

R = 19.79%
G = 3.13%
B = 77.08%

CMYK

 C value IS 0.74

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#260694 (or 0x260694) is known color: Ultramarine. HEX triplet: 26, 06 and 94. RGB value is (38,6,148). Sum of RGB (Red+Green+Blue) = 38+6+148=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 148 (58.20% from 255 or 77.08% from 192); Max value from RGB is 148 - color contains mainly: blue. Hex color #260694 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260694 is #D9F96B. Grayscale: #1F1F1F. Windows color (decimal): -14285164 or 9700902. OLE color: 9700902.

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

Color convert

RGB 38 6 148 -
CMYK 0.74 0.96 0 0.42
HSL 253.52º 0.92% 0.3% -
HSV(B) 253.52º 0.96% 0.58% -
XYZ 6.21 2.68 28.21 -
YUV 31.76 193.6 132.45 -
System Red Green Blue C M Y K H S L
Decimal 38 6 148 0.74 0.96 0 0.42 253.52 0.92 0.3
Hex 26 6 94 4A 60 0 2A FE 5C 1E
Octal 46 6 224 112 140 0 52 376 134 36
Binary 100110 110 10010100 1001010 1100000 0 101010 11111110 1011100 11110

Color Harmonies of #260694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260694

Black with #260694

Text Example


Text Example

White with #260694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260694; }

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

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

background-color css

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

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

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

border-color css

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

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

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