Html Css Color HEX #1B159D Ultramarine

📋 copy color: '#1B159D'

red 27 ◦ green 21 ◦ blue 157

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

Shades of Ultramarine #1B159D

Tints of Ultramarine #1B159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.24%

 BLUE value IS 157 (61.72% from 255) = 76.59%

R = 13.17%
G = 10.24%
B = 76.59%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1B159D (or 0x1B159D) is known color: Ultramarine. HEX triplet: 1B, 15 and 9D. RGB value is (27,21,157). Sum of RGB (Red+Green+Blue) = 27+21+157=205 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.17% from 205); Green value is 21 (8.59% from 255 or 10.24% from 205); Blue value is 157 (61.72% from 255 or 76.59% from 205); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B159D is #E4EA62. Grayscale: #252525. Windows color (decimal): -15002211 or 10294555. OLE color: 10294555.

HSL color Cylindrical-coordinate representation of color #1B159D: hue angle of 242.65º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B159D is Cyan = 0.83, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 27 21 157 -
CMYK 0.83 0.87 0 0.38
HSL 242.65º 0.76% 0.35% -
HSV(B) 242.65º 0.87% 0.62% -
XYZ 6.81 3.2 32.16 -
YUV 38.3 194.99 119.94 -
System Red Green Blue C M Y K H S L
Decimal 27 21 157 0.83 0.87 0 0.38 242.65 0.76 0.35
Hex 1B 15 9D 53 57 0 26 F3 4C 23
Octal 33 25 235 123 127 0 46 363 114 43
Binary 11011 10101 10011101 1010011 1010111 0 100110 11110011 1001100 100011

Color Harmonies of #1B159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B159D

Black with #1B159D

Text Example


Text Example

White with #1B159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,21,157); }

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

background-color css

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

 a { background-color: rgb(27,21,157); }

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

border-color css

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

 span { border-color: rgb(27,21,157); }

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