Html Css Color HEX #1B0086 Ultramarine

📋 copy color: '#1B0086'

red 27 ◦ green 0 ◦ blue 134

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

Shades of Ultramarine #1B0086

Tints of Ultramarine #1B0086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 83.23%

R = 16.77%
G = 0%
B = 83.23%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1B0086 (or 0x1B0086) is known color: Ultramarine. HEX triplet: 1B, 00 and 86. RGB value is (27,0,134). Sum of RGB (Red+Green+Blue) = 27+0+134=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 134 (52.73% from 255 or 83.23% from 161); Max value from RGB is 134 - color contains mainly: blue. Hex color #1B0086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0086 is #E4FF79. Grayscale: #161616. Windows color (decimal): -15007610 or 8781851. OLE color: 8781851.

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

Color convert

RGB 27 0 134 -
CMYK 0.80 1 0 0.47
HSL 252.09º 1% 0.26% -
HSV(B) 252.09º 1% 0.53% -
XYZ 4.76 1.95 22.68 -
YUV 23.35 190.45 130.6 -
System Red Green Blue C M Y K H S L
Decimal 27 0 134 0.80 1 0 0.47 252.09 1 0.26
Hex 1B 0 86 50 64 0 2F FC 64 1A
Octal 33 0 206 120 144 0 57 374 144 32
Binary 11011 0 10000110 1010000 1100100 0 101111 11111100 1100100 11010

Color Harmonies of #1B0086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0086

Black with #1B0086

Text Example


Text Example

White with #1B0086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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