Html Css Color HEX #1B1590 Ultramarine

📋 copy color: '#1B1590'

red 27 ◦ green 21 ◦ blue 144

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

Shades of Ultramarine #1B1590

Tints of Ultramarine #1B1590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.94%

 BLUE value IS 144 (56.64% from 255) = 75%

R = 14.06%
G = 10.94%
B = 75%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1B1590 (or 0x1B1590) is known color: Ultramarine. HEX triplet: 1B, 15 and 90. RGB value is (27,21,144). Sum of RGB (Red+Green+Blue) = 27+21+144=192 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.06% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 144 (56.64% from 255 or 75% from 192); Max value from RGB is 144 - color contains mainly: blue. Hex color #1B1590 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1590 is #E4EA6F. Grayscale: #242424. Windows color (decimal): -15002224 or 9442587. OLE color: 9442587.

HSL color Cylindrical-coordinate representation of color #1B1590: hue angle of 242.93º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B1590 is Cyan = 0.81, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 27 21 144 -
CMYK 0.81 0.85 0 0.44
HSL 242.93º 0.75% 0.32% -
HSV(B) 242.93º 0.85% 0.56% -
XYZ 5.75 2.78 26.62 -
YUV 36.82 188.49 121 -
System Red Green Blue C M Y K H S L
Decimal 27 21 144 0.81 0.85 0 0.44 242.93 0.75 0.32
Hex 1B 15 90 51 55 0 2C F3 4B 20
Octal 33 25 220 121 125 0 54 363 113 40
Binary 11011 10101 10010000 1010001 1010101 0 101100 11110011 1001011 100000

Color Harmonies of #1B1590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1590

Black with #1B1590

Text Example


Text Example

White with #1B1590

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,21,144); }

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

background-color css

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

 a { background-color: rgb(27,21,144); }

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

border-color css

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

 span { border-color: rgb(27,21,144); }

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