Html Css Color HEX #1B2199 Ultramarine

📋 copy color: '#1B2199'

red 27 ◦ green 33 ◦ blue 153

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

Shades of Ultramarine #1B2199

Tints of Ultramarine #1B2199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.49%

 BLUE value IS 153 (60.16% from 255) = 71.83%

R = 12.68%
G = 15.49%
B = 71.83%

CMYK

 C value IS 0.82

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1B2199 (or 0x1B2199) is known color: Ultramarine. HEX triplet: 1B, 21 and 99. RGB value is (27,33,153). Sum of RGB (Red+Green+Blue) = 27+33+153=213 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.68% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 153 (60.16% from 255 or 71.83% from 213); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B2199 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2199 is #E4DE66. Grayscale: #2C2C2C. Windows color (decimal): -14999143 or 10035483. OLE color: 10035483.

HSL color Cylindrical-coordinate representation of color #1B2199: hue angle of 237.14º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B2199 is Cyan = 0.82, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 27 33 153 -
CMYK 0.82 0.78 0 0.4
HSL 237.14º 0.7% 0.35% -
HSV(B) 237.14º 0.82% 0.6% -
XYZ 6.75 3.62 30.48 -
YUV 44.89 189.01 115.24 -
System Red Green Blue C M Y K H S L
Decimal 27 33 153 0.82 0.78 0 0.4 237.14 0.7 0.35
Hex 1B 21 99 52 4E 0 28 ED 46 23
Octal 33 41 231 122 116 0 50 355 106 43
Binary 11011 100001 10011001 1010010 1001110 0 101000 11101101 1000110 100011

Color Harmonies of #1B2199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2199

Black with #1B2199

Text Example


Text Example

White with #1B2199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,33,153); }

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

background-color css

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

 a { background-color: rgb(27,33,153); }

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

border-color css

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

 span { border-color: rgb(27,33,153); }

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