Html Css Color HEX #260EAD Ultramarine

📋 copy color: '#260EAD'

red 38 ◦ green 14 ◦ blue 173

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

Shades of Ultramarine #260EAD

Tints of Ultramarine #260EAD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.22%

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

R = 16.89%
G = 6.22%
B = 76.89%

CMYK

 C value IS 0.78

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#260EAD (or 0x260EAD) is known color: Ultramarine. HEX triplet: 26, 0E and AD. RGB value is (38,14,173). Sum of RGB (Red+Green+Blue) = 38+14+173=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 14 (5.86% from 255 or 6.22% from 225); Blue value is 173 (67.97% from 255 or 76.89% from 225); Max value from RGB is 173 - color contains mainly: blue. Hex color #260EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260EAD is #D9F152. Grayscale: #262626. Windows color (decimal): -14283091 or 11341350. OLE color: 11341350.

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

Color convert

RGB 38 14 173 -
CMYK 0.78 0.92 0 0.32
HSL 249.06º 0.85% 0.37% -
HSV(B) 249.06º 0.92% 0.68% -
XYZ 8.5 3.74 39.81 -
YUV 39.3 203.45 127.07 -
System Red Green Blue C M Y K H S L
Decimal 38 14 173 0.78 0.92 0 0.32 249.06 0.85 0.37
Hex 26 E AD 4E 5C 0 20 F9 55 25
Octal 46 16 255 116 134 0 40 371 125 45
Binary 100110 1110 10101101 1001110 1011100 0 100000 11111001 1010101 100101

Color Harmonies of #260EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260EAD

Black with #260EAD

Text Example


Text Example

White with #260EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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