Html Css Color HEX #260AAD Ultramarine

📋 copy color: '#260AAD'

red 38 ◦ green 10 ◦ blue 173

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

Shades of Ultramarine #260AAD

Tints of Ultramarine #260AAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 78.28%

R = 17.19%
G = 4.52%
B = 78.28%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#260AAD (or 0x260AAD) is known color: Ultramarine. HEX triplet: 26, 0A and AD. RGB value is (38,10,173). Sum of RGB (Red+Green+Blue) = 38+10+173=221 (29% of max value = 765). Red value is 38 (15.23% from 255 or 17.19% from 221); Green value is 10 (4.30% from 255 or 4.52% from 221); Blue value is 173 (67.97% from 255 or 78.28% from 221); Max value from RGB is 173 - color contains mainly: blue. Hex color #260AAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260AAD is #D9F552. Grayscale: #242424. Windows color (decimal): -14284115 or 11340326. OLE color: 11340326.

HSL color Cylindrical-coordinate representation of color #260AAD: hue angle of 250.31º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260AAD is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 38 10 173 -
CMYK 0.78 0.94 0 0.32
HSL 250.31º 0.89% 0.36% -
HSV(B) 250.31º 0.94% 0.68% -
XYZ 8.45 3.65 39.79 -
YUV 36.95 204.78 128.75 -
System Red Green Blue C M Y K H S L
Decimal 38 10 173 0.78 0.94 0 0.32 250.31 0.89 0.36
Hex 26 A AD 4E 5E 0 20 FA 59 24
Octal 46 12 255 116 136 0 40 372 131 44
Binary 100110 1010 10101101 1001110 1011110 0 100000 11111010 1011001 100100

Color Harmonies of #260AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260AAD

Black with #260AAD

Text Example


Text Example

White with #260AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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