Html Css Color HEX #1B0091 Ultramarine

📋 copy color: '#1B0091'

red 27 ◦ green 0 ◦ blue 145

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

Shades of Ultramarine #1B0091

Tints of Ultramarine #1B0091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 15.7%
G = 0%
B = 84.3%

CMYK

 C value IS 0.81

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1B0091 (or 0x1B0091) is known color: Ultramarine. HEX triplet: 1B, 00 and 91. RGB value is (27,0,145). Sum of RGB (Red+Green+Blue) = 27+0+145=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 145 (57.03% from 255 or 84.30% from 172); Max value from RGB is 145 - color contains mainly: blue. Hex color #1B0091 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0091 is #E4FF6E. Grayscale: #181818. Windows color (decimal): -15007599 or 9502747. OLE color: 9502747.

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

Color convert

RGB 27 0 145 -
CMYK 0.81 1 0 0.43
HSL 251.17º 1% 0.28% -
HSV(B) 251.17º 1% 0.57% -
XYZ 5.56 2.28 26.93 -
YUV 24.6 195.95 129.71 -
System Red Green Blue C M Y K H S L
Decimal 27 0 145 0.81 1 0 0.43 251.17 1 0.28
Hex 1B 0 91 51 64 0 2B FB 64 1C
Octal 33 0 221 121 144 0 53 373 144 34
Binary 11011 0 10010001 1010001 1100100 0 101011 11111011 1100100 11100

Color Harmonies of #1B0091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0091

Black with #1B0091

Text Example


Text Example

White with #1B0091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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