Html Css Color HEX #261D96 Ultramarine

📋 copy color: '#261D96'

red 38 ◦ green 29 ◦ blue 150

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

Shades of Ultramarine #261D96

Tints of Ultramarine #261D96

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.36%

 BLUE value IS 150 (58.98% from 255) = 69.12%

R = 17.51%
G = 13.36%
B = 69.12%

CMYK

 C value IS 0.75

 M value IS 0.81

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#261D96 (or 0x261D96) is known color: Ultramarine. HEX triplet: 26, 1D and 96. RGB value is (38,29,150). Sum of RGB (Red+Green+Blue) = 38+29+150=217 (28% of max value = 765). Red value is 38 (15.23% from 255 or 17.51% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 150 (58.98% from 255 or 69.12% from 217); Max value from RGB is 150 - color contains mainly: blue. Hex color #261D96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #261D96 is #D9E269. Grayscale: #2D2D2D. Windows color (decimal): -14279274 or 9837862. OLE color: 9837862.

HSL color Cylindrical-coordinate representation of color #261D96: hue angle of 244.46º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #261D96 is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 38 29 150 -
CMYK 0.75 0.81 0 0.41
HSL 244.46º 0.68% 0.35% -
HSV(B) 244.46º 0.81% 0.59% -
XYZ 6.74 3.49 29.17 -
YUV 45.49 186.98 122.66 -
System Red Green Blue C M Y K H S L
Decimal 38 29 150 0.75 0.81 0 0.41 244.46 0.68 0.35
Hex 26 1D 96 4B 51 0 29 F4 44 23
Octal 46 35 226 113 121 0 51 364 104 43
Binary 100110 11101 10010110 1001011 1010001 0 101001 11110100 1000100 100011

Color Harmonies of #261D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #261D96

Black with #261D96

Text Example


Text Example

White with #261D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,29,150); }

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

background-color css

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

 a { background-color: rgb(38,29,150); }

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

border-color css

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

 span { border-color: rgb(38,29,150); }

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