Html Css Color HEX #1B1289 Ultramarine

📋 copy color: '#1B1289'

red 27 ◦ green 18 ◦ blue 137

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

Shades of Ultramarine #1B1289

Tints of Ultramarine #1B1289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

 BLUE value IS 137 (53.91% from 255) = 75.27%

R = 14.84%
G = 9.89%
B = 75.27%

CMYK

 C value IS 0.80

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1B1289 (or 0x1B1289) is known color: Ultramarine. HEX triplet: 1B, 12 and 89. RGB value is (27,18,137). Sum of RGB (Red+Green+Blue) = 27+18+137=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 137 (53.91% from 255 or 75.27% from 182); Max value from RGB is 137 - color contains mainly: blue. Hex color #1B1289 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1289 is #E4ED76. Grayscale: #212121. Windows color (decimal): -15002999 or 8983067. OLE color: 8983067.

HSL color Cylindrical-coordinate representation of color #1B1289: hue angle of 244.54º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B1289 is Cyan = 0.80, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 27 18 137 -
CMYK 0.80 0.87 0 0.46
HSL 244.54º 0.77% 0.3% -
HSV(B) 244.54º 0.87% 0.54% -
XYZ 5.18 2.47 23.87 -
YUV 34.26 185.98 122.82 -
System Red Green Blue C M Y K H S L
Decimal 27 18 137 0.80 0.87 0 0.46 244.54 0.77 0.3
Hex 1B 12 89 50 57 0 2E F5 4D 1E
Octal 33 22 211 120 127 0 56 365 115 36
Binary 11011 10010 10001001 1010000 1010111 0 101110 11110101 1001101 11110

Color Harmonies of #1B1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1289

Black with #1B1289

Text Example


Text Example

White with #1B1289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,18,137); }

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

background-color css

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

 a { background-color: rgb(27,18,137); }

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

border-color css

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

 span { border-color: rgb(27,18,137); }

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