Html Css Color HEX #260698 Ultramarine

📋 copy color: '#260698'

red 38 ◦ green 6 ◦ blue 152

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

Shades of Ultramarine #260698

Tints of Ultramarine #260698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 77.55%

R = 19.39%
G = 3.06%
B = 77.55%

CMYK

 C value IS 0.75

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#260698 (or 0x260698) is known color: Ultramarine. HEX triplet: 26, 06 and 98. RGB value is (38,6,152). Sum of RGB (Red+Green+Blue) = 38+6+152=196 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.39% from 196); Green value is 6 (2.73% from 255 or 3.06% from 196); Blue value is 152 (59.77% from 255 or 77.55% from 196); Max value from RGB is 152 - color contains mainly: blue. Hex color #260698 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260698 is #D9F967. Grayscale: #1F1F1F. Windows color (decimal): -14285160 or 9963046. OLE color: 9963046.

HSL color Cylindrical-coordinate representation of color #260698: hue angle of 253.15º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260698 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 6 152 -
CMYK 0.75 0.96 0 0.40
HSL 253.15º 0.92% 0.31% -
HSV(B) 253.15º 0.96% 0.6% -
XYZ 6.53 2.81 29.9 -
YUV 32.21 195.6 132.13 -
System Red Green Blue C M Y K H S L
Decimal 38 6 152 0.75 0.96 0 0.40 253.15 0.92 0.31
Hex 26 6 98 4B 60 0 28 FD 5C 1F
Octal 46 6 230 113 140 0 50 375 134 37
Binary 100110 110 10011000 1001011 1100000 0 101000 11111101 1011100 11111

Color Harmonies of #260698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260698

Black with #260698

Text Example


Text Example

White with #260698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260698; }

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

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

background-color css

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

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

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

border-color css

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

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

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