Html Css Color HEX #260AB0 Ultramarine

📋 copy color: '#260AB0'

red 38 ◦ green 10 ◦ blue 176

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

Shades of Ultramarine #260AB0

Tints of Ultramarine #260AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 78.57%

R = 16.96%
G = 4.46%
B = 78.57%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#260AB0 (or 0x260AB0) is known color: Ultramarine. HEX triplet: 26, 0A and B0. RGB value is (38,10,176). Sum of RGB (Red+Green+Blue) = 38+10+176=224 (29% of max value = 765). Red value is 38 (15.23% from 255 or 16.96% from 224); Green value is 10 (4.30% from 255 or 4.46% from 224); Blue value is 176 (69.14% from 255 or 78.57% from 224); Max value from RGB is 176 - color contains mainly: blue. Hex color #260AB0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260AB0 is #D9F54F. Grayscale: #242424. Windows color (decimal): -14284112 or 11536934. OLE color: 11536934.

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

Color convert

RGB 38 10 176 -
CMYK 0.78 0.94 0 0.31
HSL 250.12º 0.89% 0.36% -
HSV(B) 250.12º 0.94% 0.69% -
XYZ 8.74 3.76 41.34 -
YUV 37.3 206.28 128.5 -
System Red Green Blue C M Y K H S L
Decimal 38 10 176 0.78 0.94 0 0.31 250.12 0.89 0.36
Hex 26 A B0 4E 5E 0 1F FA 59 24
Octal 46 12 260 116 136 0 37 372 131 44
Binary 100110 1010 10110000 1001110 1011110 0 11111 11111010 1011001 100100

Color Harmonies of #260AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260AB0

Black with #260AB0

Text Example


Text Example

White with #260AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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