Html Css Color HEX #1B099A Ultramarine

📋 copy color: '#1B099A'

red 27 ◦ green 9 ◦ blue 154

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

Shades of Ultramarine #1B099A

Tints of Ultramarine #1B099A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 81.05%

R = 14.21%
G = 4.74%
B = 81.05%

CMYK

 C value IS 0.82

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#1B099A (or 0x1B099A) is known color: Ultramarine. HEX triplet: 1B, 09 and 9A. RGB value is (27,9,154). Sum of RGB (Red+Green+Blue) = 27+9+154=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 154 (60.55% from 255 or 81.05% from 190); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B099A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B099A is #E4F665. Grayscale: #1E1E1E. Windows color (decimal): -15005286 or 10094875. OLE color: 10094875.

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

Color convert

RGB 27 9 154 -
CMYK 0.82 0.94 0 0.40
HSL 247.45º 0.89% 0.32% -
HSV(B) 247.45º 0.94% 0.6% -
XYZ 6.38 2.76 30.77 -
YUV 30.91 197.46 125.21 -
System Red Green Blue C M Y K H S L
Decimal 27 9 154 0.82 0.94 0 0.40 247.45 0.89 0.32
Hex 1B 9 9A 52 5E 0 28 F7 59 20
Octal 33 11 232 122 136 0 50 367 131 40
Binary 11011 1001 10011010 1010010 1011110 0 101000 11110111 1011001 100000

Color Harmonies of #1B099A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B099A

Black with #1B099A

Text Example


Text Example

White with #1B099A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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