Html Css Color HEX #201B8B Ultramarine

📋 copy color: '#201B8B'

red 32 ◦ green 27 ◦ blue 139

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

Shades of Ultramarine #201B8B

Tints of Ultramarine #201B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 70.2%

R = 16.16%
G = 13.64%
B = 70.2%

CMYK

 C value IS 0.77

 M value IS 0.81

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#201B8B (or 0x201B8B) is known color: Ultramarine. HEX triplet: 20, 1B and 8B. RGB value is (32,27,139). Sum of RGB (Red+Green+Blue) = 32+27+139=198 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16.16% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 139 (54.69% from 255 or 70.20% from 198); Max value from RGB is 139 - color contains mainly: blue. Hex color #201B8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #201B8B is #DFE474. Grayscale: #282828. Windows color (decimal): -14673013 or 9116448. OLE color: 9116448.

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

Color convert

RGB 32 27 139 -
CMYK 0.77 0.81 0 0.45
HSL 242.68º 0.67% 0.33% -
HSV(B) 242.68º 0.81% 0.55% -
XYZ 5.65 2.96 24.7 -
YUV 41.26 183.16 121.39 -
System Red Green Blue C M Y K H S L
Decimal 32 27 139 0.77 0.81 0 0.45 242.68 0.67 0.33
Hex 20 1B 8B 4D 51 0 2D F3 43 21
Octal 40 33 213 115 121 0 55 363 103 41
Binary 100000 11011 10001011 1001101 1010001 0 101101 11110011 1000011 100001

Color Harmonies of #201B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201B8B

Black with #201B8B

Text Example


Text Example

White with #201B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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