Html Css Color HEX #1B1AAB Ultramarine

📋 copy color: '#1B1AAB'

red 27 ◦ green 26 ◦ blue 171

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

Shades of Ultramarine #1B1AAB

Tints of Ultramarine #1B1AAB

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.61%

 BLUE value IS 171 (67.19% from 255) = 76.34%

R = 12.05%
G = 11.61%
B = 76.34%

CMYK

 C value IS 0.84

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B1AAB (or 0x1B1AAB) is known color: Ultramarine. HEX triplet: 1B, 1A and AB. RGB value is (27,26,171). Sum of RGB (Red+Green+Blue) = 27+26+171=224 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.05% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B1AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B1AAB is #E4E554. Grayscale: #2A2A2A. Windows color (decimal): -15000917 or 11213339. OLE color: 11213339.

HSL color Cylindrical-coordinate representation of color #1B1AAB: hue angle of 240.41º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B1AAB is Cyan = 0.84, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 27 26 171 -
CMYK 0.84 0.85 0 0.33
HSL 240.41º 0.74% 0.39% -
HSV(B) 240.41º 0.85% 0.67% -
XYZ 8.17 3.91 38.85 -
YUV 42.83 200.33 116.71 -
System Red Green Blue C M Y K H S L
Decimal 27 26 171 0.84 0.85 0 0.33 240.41 0.74 0.39
Hex 1B 1A AB 54 55 0 21 F0 4A 27
Octal 33 32 253 124 125 0 41 360 112 47
Binary 11011 11010 10101011 1010100 1010101 0 100001 11110000 1001010 100111

Color Harmonies of #1B1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B1AAB

Black with #1B1AAB

Text Example


Text Example

White with #1B1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,26,171); }

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

background-color css

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

 a { background-color: rgb(27,26,171); }

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

border-color css

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

 span { border-color: rgb(27,26,171); }

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