Html Css Color HEX #260C93 Ultramarine

📋 copy color: '#260C93'

red 38 ◦ green 12 ◦ blue 147

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

Shades of Ultramarine #260C93

Tints of Ultramarine #260C93

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.09%

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

R = 19.29%
G = 6.09%
B = 74.62%

CMYK

 C value IS 0.74

 M value IS 0.92

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#260C93 (or 0x260C93) is known color: Ultramarine. HEX triplet: 26, 0C and 93. RGB value is (38,12,147). Sum of RGB (Red+Green+Blue) = 38+12+147=197 (26% of max value = 765). Red value is 38 (15.23% from 255 or 19.29% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #260C93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260C93 is #D9F36C. Grayscale: #222222. Windows color (decimal): -14283629 or 9636902. OLE color: 9636902.

HSL color Cylindrical-coordinate representation of color #260C93: hue angle of 251.56º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #260C93 is Cyan = 0.74, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 12 147 -
CMYK 0.74 0.92 0 0.42
HSL 251.56º 0.85% 0.31% -
HSV(B) 251.56º 0.92% 0.58% -
XYZ 6.2 2.78 27.81 -
YUV 35.16 191.11 130.02 -
System Red Green Blue C M Y K H S L
Decimal 38 12 147 0.74 0.92 0 0.42 251.56 0.85 0.31
Hex 26 C 93 4A 5C 0 2A FC 55 1F
Octal 46 14 223 112 134 0 52 374 125 37
Binary 100110 1100 10010011 1001010 1011100 0 101010 11111100 1010101 11111

Color Harmonies of #260C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #260C93

Black with #260C93

Text Example


Text Example

White with #260C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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