Html Css Color HEX #1B0AAB Ultramarine

📋 copy color: '#1B0AAB'

red 27 ◦ green 10 ◦ blue 171

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

Shades of Ultramarine #1B0AAB

Tints of Ultramarine #1B0AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.81%

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

R = 12.98%
G = 4.81%
B = 82.21%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1B0AAB (or 0x1B0AAB) is known color: Ultramarine. HEX triplet: 1B, 0A and AB. RGB value is (27,10,171). Sum of RGB (Red+Green+Blue) = 27+10+171=208 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.98% from 208); Green value is 10 (4.30% from 255 or 4.81% from 208); Blue value is 171 (67.19% from 255 or 82.21% from 208); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B0AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0AAB is #E4F554. Grayscale: #202020. Windows color (decimal): -15005013 or 11209243. OLE color: 11209243.

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

Color convert

RGB 27 10 171 -
CMYK 0.84 0.94 0 0.33
HSL 246.34º 0.89% 0.35% -
HSV(B) 246.34º 0.94% 0.67% -
XYZ 7.91 3.39 38.77 -
YUV 33.44 205.63 123.41 -
System Red Green Blue C M Y K H S L
Decimal 27 10 171 0.84 0.94 0 0.33 246.34 0.89 0.35
Hex 1B A AB 54 5E 0 21 F6 59 23
Octal 33 12 253 124 136 0 41 366 131 43
Binary 11011 1010 10101011 1010100 1011110 0 100001 11110110 1011001 100011

Color Harmonies of #1B0AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0AAB

Black with #1B0AAB

Text Example


Text Example

White with #1B0AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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