Html Css Color HEX #260293 Ultramarine

📋 copy color: '#260293'

red 38 ◦ green 2 ◦ blue 147

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

Shades of Ultramarine #260293

Tints of Ultramarine #260293

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.07%

 BLUE value IS 147 (57.81% from 255) = 78.61%

R = 20.32%
G = 1.07%
B = 78.61%

CMYK

 C value IS 0.74

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#260293 (or 0x260293) is known color: Ultramarine. HEX triplet: 26, 02 and 93. RGB value is (38,2,147). Sum of RGB (Red+Green+Blue) = 38+2+147=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 147 (57.81% from 255 or 78.61% from 187); Max value from RGB is 147 - color contains mainly: blue. Hex color #260293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260293 is #D9FD6C. Grayscale: #1C1C1C. Windows color (decimal): -14286189 or 9634342. OLE color: 9634342.

HSL color Cylindrical-coordinate representation of color #260293: hue angle of 254.9º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #260293 is Cyan = 0.74, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 2 147 -
CMYK 0.74 0.99 0 0.42
HSL 254.9º 0.97% 0.29% -
HSV(B) 254.9º 0.99% 0.58% -
XYZ 6.09 2.56 27.78 -
YUV 29.29 194.43 134.21 -
System Red Green Blue C M Y K H S L
Decimal 38 2 147 0.74 0.99 0 0.42 254.9 0.97 0.29
Hex 26 2 93 4A 63 0 2A FF 61 1D
Octal 46 2 223 112 143 0 52 377 141 35
Binary 100110 10 10010011 1001010 1100011 0 101010 11111111 1100001 11101

Color Harmonies of #260293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260293

Black with #260293

Text Example


Text Example

White with #260293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #260293; }

 p { color: rgb(38,2,147); }

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

background-color css

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

 a { background-color: rgb(38,2,147); }

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

border-color css

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

 span { border-color: rgb(38,2,147); }

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