Html Css Color HEX #260F96 Ultramarine

📋 copy color: '#260F96'

red 38 ◦ green 15 ◦ blue 150

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

Shades of Ultramarine #260F96

Tints of Ultramarine #260F96

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.39%

 BLUE value IS 150 (58.98% from 255) = 73.89%

R = 18.72%
G = 7.39%
B = 73.89%

CMYK

 C value IS 0.75

 M value IS 0.9

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#260F96 (or 0x260F96) is known color: Ultramarine. HEX triplet: 26, 0F and 96. RGB value is (38,15,150). Sum of RGB (Red+Green+Blue) = 38+15+150=203 (26% of max value = 765). Red value is 38 (15.23% from 255 or 18.72% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 150 (58.98% from 255 or 73.89% from 203); Max value from RGB is 150 - color contains mainly: blue. Hex color #260F96 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260F96 is #D9F069. Grayscale: #242424. Windows color (decimal): -14282858 or 9834278. OLE color: 9834278.

HSL color Cylindrical-coordinate representation of color #260F96: hue angle of 250.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #260F96 is Cyan = 0.75, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 15 150 -
CMYK 0.75 0.9 0 0.41
HSL 250.22º 0.82% 0.32% -
HSV(B) 250.22º 0.9% 0.59% -
XYZ 6.48 2.96 29.08 -
YUV 37.27 191.62 128.52 -
System Red Green Blue C M Y K H S L
Decimal 38 15 150 0.75 0.9 0 0.41 250.22 0.82 0.32
Hex 26 F 96 4B 5A 0 29 FA 52 20
Octal 46 17 226 113 132 0 51 372 122 40
Binary 100110 1111 10010110 1001011 1011010 0 101001 11111010 1010010 100000

Color Harmonies of #260F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260F96

Black with #260F96

Text Example


Text Example

White with #260F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260F96; }

 p { color: rgb(38,15,150); }

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

background-color css

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

 a { background-color: rgb(38,15,150); }

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

border-color css

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

 span { border-color: rgb(38,15,150); }

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