Html Css Color HEX #201BAB Ultramarine

📋 copy color: '#201BAB'

red 32 ◦ green 27 ◦ blue 171

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

Shades of Ultramarine #201BAB

Tints of Ultramarine #201BAB

RGB

 RED value IS 32 (12.89% from 255) = 13.91%

 GREEN value IS 27 (10.94% from 255) = 11.74%

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

R = 13.91%
G = 11.74%
B = 74.35%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#201BAB (or 0x201BAB) is known color: Ultramarine. HEX triplet: 20, 1B and AB. RGB value is (32,27,171). Sum of RGB (Red+Green+Blue) = 32+27+171=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 27 (10.94% from 255 or 11.74% from 230); Blue value is 171 (67.19% from 255 or 74.35% from 230); Max value from RGB is 171 - color contains mainly: blue. Hex color #201BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201BAB is #DFE454. Grayscale: #2C2C2C. Windows color (decimal): -14672981 or 11213600. OLE color: 11213600.

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

Color convert

RGB 32 27 171 -
CMYK 0.81 0.84 0 0.33
HSL 242.08º 0.73% 0.39% -
HSV(B) 242.08º 0.84% 0.67% -
XYZ 8.34 4.03 38.87 -
YUV 44.91 199.16 118.79 -
System Red Green Blue C M Y K H S L
Decimal 32 27 171 0.81 0.84 0 0.33 242.08 0.73 0.39
Hex 20 1B AB 51 54 0 21 F2 49 27
Octal 40 33 253 121 124 0 41 362 111 47
Binary 100000 11011 10101011 1010001 1010100 0 100001 11110010 1001001 100111

Color Harmonies of #201BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201BAB

Black with #201BAB

Text Example


Text Example

White with #201BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201BAB; }

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

 H1.HeaderClassName
 {
   color: #201BAB;
 }
 .AnyTagClassName
 {
   color: #201BAB;
 }
</style>

background-color css

<style>
 a { background-color: #201BAB; }

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

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

border-color css

<style>
 span { border-color: #201BAB; }

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

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