Html Css Color HEX #1B1180 Ultramarine

📋 copy color: '#1B1180'

red 27 ◦ green 17 ◦ blue 128

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

Shades of Ultramarine #1B1180

Tints of Ultramarine #1B1180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.88%

 BLUE value IS 128 (50.39% from 255) = 74.42%

R = 15.7%
G = 9.88%
B = 74.42%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1B1180 (or 0x1B1180) is known color: Ultramarine. HEX triplet: 1B, 11 and 80. RGB value is (27,17,128). Sum of RGB (Red+Green+Blue) = 27+17+128=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 128 (50.39% from 255 or 74.42% from 172); Max value from RGB is 128 - color contains mainly: blue. Hex color #1B1180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1180 is #E4EE7F. Grayscale: #202020. Windows color (decimal): -15003264 or 8392987. OLE color: 8392987.

HSL color Cylindrical-coordinate representation of color #1B1180: hue angle of 245.41º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B1180 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 27 17 128 -
CMYK 0.79 0.87 0 0.50
HSL 245.41º 0.77% 0.28% -
HSV(B) 245.41º 0.87% 0.5% -
XYZ 4.55 2.19 20.61 -
YUV 32.64 181.81 123.97 -
System Red Green Blue C M Y K H S L
Decimal 27 17 128 0.79 0.87 0 0.50 245.41 0.77 0.28
Hex 1B 11 80 4F 57 0 32 F5 4D 1C
Octal 33 21 200 117 127 0 62 365 115 34
Binary 11011 10001 10000000 1001111 1010111 0 110010 11110101 1001101 11100

Color Harmonies of #1B1180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1180

Black with #1B1180

Text Example


Text Example

White with #1B1180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,17,128); }

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

background-color css

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

 a { background-color: rgb(27,17,128); }

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

border-color css

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

 span { border-color: rgb(27,17,128); }

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