Html Css Color HEX #1B1588 Ultramarine

📋 copy color: '#1B1588'

red 27 ◦ green 21 ◦ blue 136

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

Shades of Ultramarine #1B1588

Tints of Ultramarine #1B1588

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 73.91%

R = 14.67%
G = 11.41%
B = 73.91%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1B1588 (or 0x1B1588) is known color: Ultramarine. HEX triplet: 1B, 15 and 88. RGB value is (27,21,136). Sum of RGB (Red+Green+Blue) = 27+21+136=184 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.67% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 136 (53.52% from 255 or 73.91% from 184); Max value from RGB is 136 - color contains mainly: blue. Hex color #1B1588 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1588 is #E4EA77. Grayscale: #232323. Windows color (decimal): -15002232 or 8918299. OLE color: 8918299.

HSL color Cylindrical-coordinate representation of color #1B1588: hue angle of 243.13º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B1588 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 27 21 136 -
CMYK 0.80 0.85 0 0.47
HSL 243.13º 0.73% 0.31% -
HSV(B) 243.13º 0.85% 0.53% -
XYZ 5.16 2.55 23.51 -
YUV 35.9 184.49 121.65 -
System Red Green Blue C M Y K H S L
Decimal 27 21 136 0.80 0.85 0 0.47 243.13 0.73 0.31
Hex 1B 15 88 50 55 0 2F F3 49 1F
Octal 33 25 210 120 125 0 57 363 111 37
Binary 11011 10101 10001000 1010000 1010101 0 101111 11110011 1001001 11111

Color Harmonies of #1B1588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1588

Black with #1B1588

Text Example


Text Example

White with #1B1588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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