Html Css Color HEX #1B0591 Ultramarine

📋 copy color: '#1B0591'

red 27 ◦ green 5 ◦ blue 145

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

Shades of Ultramarine #1B0591

Tints of Ultramarine #1B0591

RGB

 RED value IS 27 (10.94% from 255) = 15.25%

 GREEN value IS 5 (2.34% from 255) = 2.82%

 BLUE value IS 145 (57.03% from 255) = 81.92%

R = 15.25%
G = 2.82%
B = 81.92%

CMYK

 C value IS 0.81

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1B0591 (or 0x1B0591) is known color: Ultramarine. HEX triplet: 1B, 05 and 91. RGB value is (27,5,145). Sum of RGB (Red+Green+Blue) = 27+5+145=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 145 (57.03% from 255 or 81.92% from 177); Max value from RGB is 145 - color contains mainly: blue. Hex color #1B0591 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0591 is #E4FA6E. Grayscale: #1B1B1B. Windows color (decimal): -15006319 or 9504027. OLE color: 9504027.

HSL color Cylindrical-coordinate representation of color #1B0591: hue angle of 249.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B0591 is Cyan = 0.81, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 27 5 145 -
CMYK 0.81 0.97 0 0.43
HSL 249.43º 0.93% 0.29% -
HSV(B) 249.43º 0.97% 0.57% -
XYZ 5.62 2.39 26.95 -
YUV 27.54 194.29 127.62 -
System Red Green Blue C M Y K H S L
Decimal 27 5 145 0.81 0.97 0 0.43 249.43 0.93 0.29
Hex 1B 5 91 51 61 0 2B F9 5D 1D
Octal 33 5 221 121 141 0 53 371 135 35
Binary 11011 101 10010001 1010001 1100001 0 101011 11111001 1011101 11101

Color Harmonies of #1B0591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0591

Black with #1B0591

Text Example


Text Example

White with #1B0591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B0591; }

 p { color: rgb(27,5,145); }

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

background-color css

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

 a { background-color: rgb(27,5,145); }

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

border-color css

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

 span { border-color: rgb(27,5,145); }

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