Html Css Color HEX #1B1195 Ultramarine

📋 copy color: '#1B1195'

red 27 ◦ green 17 ◦ blue 149

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

Shades of Ultramarine #1B1195

Tints of Ultramarine #1B1195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 77.2%

R = 13.99%
G = 8.81%
B = 77.2%

CMYK

 C value IS 0.82

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1B1195 (or 0x1B1195) is known color: Ultramarine. HEX triplet: 1B, 11 and 95. RGB value is (27,17,149). Sum of RGB (Red+Green+Blue) = 27+17+149=193 (25% of max value = 765). Red value is 27 (10.94% from 255 or 13.99% from 193); Green value is 17 (7.03% from 255 or 8.81% from 193); Blue value is 149 (58.59% from 255 or 77.20% from 193); Max value from RGB is 149 - color contains mainly: blue. Hex color #1B1195 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1195 is #E4EE6A. Grayscale: #222222. Windows color (decimal): -15003243 or 9769243. OLE color: 9769243.

HSL color Cylindrical-coordinate representation of color #1B1195: hue angle of 244.55º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B1195 is Cyan = 0.82, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 27 17 149 -
CMYK 0.82 0.89 0 0.42
HSL 244.55º 0.8% 0.33% -
HSV(B) 244.55º 0.89% 0.58% -
XYZ 6.08 2.8 28.65 -
YUV 35.04 192.31 122.27 -
System Red Green Blue C M Y K H S L
Decimal 27 17 149 0.82 0.89 0 0.42 244.55 0.8 0.33
Hex 1B 11 95 52 59 0 2A F5 50 21
Octal 33 21 225 122 131 0 52 365 120 41
Binary 11011 10001 10010101 1010010 1011001 0 101010 11110101 1010000 100001

Color Harmonies of #1B1195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1195

Black with #1B1195

Text Example


Text Example

White with #1B1195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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