Html Css Color HEX #1B1686 Ultramarine

📋 copy color: '#1B1686'

red 27 ◦ green 22 ◦ blue 134

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

Shades of Ultramarine #1B1686

Tints of Ultramarine #1B1686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.02%

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

R = 14.75%
G = 12.02%
B = 73.22%

CMYK

 C value IS 0.80

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#1B1686 (or 0x1B1686) is known color: Ultramarine. HEX triplet: 1B, 16 and 86. RGB value is (27,22,134). Sum of RGB (Red+Green+Blue) = 27+22+134=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 22 (8.98% from 255 or 12.02% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #1B1686 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1686 is #E4E979. Grayscale: #232323. Windows color (decimal): -15001978 or 8787483. OLE color: 8787483.

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

Color convert

RGB 27 22 134 -
CMYK 0.80 0.84 0 0.47
HSL 242.68º 0.72% 0.31% -
HSV(B) 242.68º 0.84% 0.53% -
XYZ 5.04 2.53 22.78 -
YUV 36.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 27 22 134 0.80 0.84 0 0.47 242.68 0.72 0.31
Hex 1B 16 86 50 54 0 2F F3 48 1F
Octal 33 26 206 120 124 0 57 363 110 37
Binary 11011 10110 10000110 1010000 1010100 0 101111 11110011 1001000 11111

Color Harmonies of #1B1686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1686

Black with #1B1686

Text Example


Text Example

White with #1B1686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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