Html Css Color HEX #260DAE Ultramarine

📋 copy color: '#260DAE'

red 38 ◦ green 13 ◦ blue 174

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

Shades of Ultramarine #260DAE

Tints of Ultramarine #260DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.78%

 BLUE value IS 174 (68.36% from 255) = 77.33%

R = 16.89%
G = 5.78%
B = 77.33%

CMYK

 C value IS 0.78

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#260DAE (or 0x260DAE) is known color: Ultramarine. HEX triplet: 26, 0D and AE. RGB value is (38,13,174). Sum of RGB (Red+Green+Blue) = 38+13+174=225 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.89% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 174 (68.36% from 255 or 77.33% from 225); Max value from RGB is 174 - color contains mainly: blue. Hex color #260DAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260DAE is #D9F251. Grayscale: #262626. Windows color (decimal): -14283346 or 11406630. OLE color: 11406630.

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

Color convert

RGB 38 13 174 -
CMYK 0.78 0.93 0 0.32
HSL 249.32º 0.86% 0.37% -
HSV(B) 249.32º 0.93% 0.68% -
XYZ 8.58 3.76 40.32 -
YUV 38.83 204.28 127.41 -
System Red Green Blue C M Y K H S L
Decimal 38 13 174 0.78 0.93 0 0.32 249.32 0.86 0.37
Hex 26 D AE 4E 5D 0 20 F9 56 25
Octal 46 15 256 116 135 0 40 371 126 45
Binary 100110 1101 10101110 1001110 1011101 0 100000 11111001 1010110 100101

Color Harmonies of #260DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260DAE

Black with #260DAE

Text Example


Text Example

White with #260DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,13,174); }

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

background-color css

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

 a { background-color: rgb(38,13,174); }

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

border-color css

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

 span { border-color: rgb(38,13,174); }

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