Html Css Color HEX #261F93 Ultramarine

📋 copy color: '#261F93'

red 38 ◦ green 31 ◦ blue 147

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

Shades of Ultramarine #261F93

Tints of Ultramarine #261F93

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.35%

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

R = 17.59%
G = 14.35%
B = 68.06%

CMYK

 C value IS 0.74

 M value IS 0.79

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#261F93 (or 0x261F93) is known color: Ultramarine. HEX triplet: 26, 1F and 93. RGB value is (38,31,147). Sum of RGB (Red+Green+Blue) = 38+31+147=216 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.59% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #261F93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261F93 is #D9E06C. Grayscale: #2D2D2D. Windows color (decimal): -14278765 or 9641766. OLE color: 9641766.

HSL color Cylindrical-coordinate representation of color #261F93: hue angle of 243.62º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #261F93 is Cyan = 0.74, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 38 31 147 -
CMYK 0.74 0.79 0 0.42
HSL 243.62º 0.65% 0.35% -
HSV(B) 243.62º 0.79% 0.58% -
XYZ 6.56 3.5 27.93 -
YUV 46.32 184.82 122.07 -
System Red Green Blue C M Y K H S L
Decimal 38 31 147 0.74 0.79 0 0.42 243.62 0.65 0.35
Hex 26 1F 93 4A 4F 0 2A F4 41 23
Octal 46 37 223 112 117 0 52 364 101 43
Binary 100110 11111 10010011 1001010 1001111 0 101010 11110100 1000001 100011

Color Harmonies of #261F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261F93

Black with #261F93

Text Example


Text Example

White with #261F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #261F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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