Html Css Color HEX #260A9F Ultramarine

📋 copy color: '#260A9F'

red 38 ◦ green 10 ◦ blue 159

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

Shades of Ultramarine #260A9F

Tints of Ultramarine #260A9F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.83%

 BLUE value IS 159 (62.5% from 255) = 76.81%

R = 18.36%
G = 4.83%
B = 76.81%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#260A9F (or 0x260A9F) is known color: Ultramarine. HEX triplet: 26, 0A and 9F. RGB value is (38,10,159). Sum of RGB (Red+Green+Blue) = 38+10+159=207 (27% of max value = 765). Red value is 38 (15.23% from 255 or 18.36% from 207); Green value is 10 (4.30% from 255 or 4.83% from 207); Blue value is 159 (62.5% from 255 or 76.81% from 207); Max value from RGB is 159 - color contains mainly: blue. Hex color #260A9F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260A9F is #D9F560. Grayscale: #222222. Windows color (decimal): -14284129 or 10422822. OLE color: 10422822.

HSL color Cylindrical-coordinate representation of color #260A9F: hue angle of 251.28º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260A9F is Cyan = 0.76, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 38 10 159 -
CMYK 0.76 0.94 0 0.38
HSL 251.28º 0.88% 0.33% -
HSV(B) 251.28º 0.94% 0.62% -
XYZ 7.17 3.13 33.03 -
YUV 35.36 197.78 129.88 -
System Red Green Blue C M Y K H S L
Decimal 38 10 159 0.76 0.94 0 0.38 251.28 0.88 0.33
Hex 26 A 9F 4C 5E 0 26 FB 58 21
Octal 46 12 237 114 136 0 46 373 130 41
Binary 100110 1010 10011111 1001100 1011110 0 100110 11111011 1011000 100001

Color Harmonies of #260A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260A9F

Black with #260A9F

Text Example


Text Example

White with #260A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,10,159); }

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

background-color css

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

 a { background-color: rgb(38,10,159); }

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

border-color css

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

 span { border-color: rgb(38,10,159); }

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