Html Css Color HEX #1B099B Ultramarine

📋 copy color: '#1B099B'

red 27 ◦ green 9 ◦ blue 155

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

Shades of Ultramarine #1B099B

Tints of Ultramarine #1B099B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.71%

 BLUE value IS 155 (60.94% from 255) = 81.15%

R = 14.14%
G = 4.71%
B = 81.15%

CMYK

 C value IS 0.83

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1B099B (or 0x1B099B) is known color: Ultramarine. HEX triplet: 1B, 09 and 9B. RGB value is (27,9,155). Sum of RGB (Red+Green+Blue) = 27+9+155=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 155 (60.94% from 255 or 81.15% from 191); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B099B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B099B is #E4F664. Grayscale: #1E1E1E. Windows color (decimal): -15005285 or 10160411. OLE color: 10160411.

HSL color Cylindrical-coordinate representation of color #1B099B: hue angle of 247.4º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B099B is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 27 9 155 -
CMYK 0.83 0.94 0 0.39
HSL 247.4º 0.89% 0.32% -
HSV(B) 247.4º 0.94% 0.61% -
XYZ 6.47 2.79 31.21 -
YUV 31.03 197.96 125.13 -
System Red Green Blue C M Y K H S L
Decimal 27 9 155 0.83 0.94 0 0.39 247.4 0.89 0.32
Hex 1B 9 9B 53 5E 0 27 F7 59 20
Octal 33 11 233 123 136 0 47 367 131 40
Binary 11011 1001 10011011 1010011 1011110 0 100111 11110111 1011001 100000

Color Harmonies of #1B099B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B099B

Black with #1B099B

Text Example


Text Example

White with #1B099B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,9,155); }

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

background-color css

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

 a { background-color: rgb(27,9,155); }

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

border-color css

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

 span { border-color: rgb(27,9,155); }

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