Html Css Color HEX #210BAB Ultramarine

📋 copy color: '#210BAB'

red 33 ◦ green 11 ◦ blue 171

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

Shades of Ultramarine #210BAB

Tints of Ultramarine #210BAB

RGB

 RED value IS 33 (13.28% from 255) = 15.35%

 GREEN value IS 11 (4.69% from 255) = 5.12%

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

R = 15.35%
G = 5.12%
B = 79.53%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#210BAB (or 0x210BAB) is known color: Ultramarine. HEX triplet: 21, 0B and AB. RGB value is (33,11,171). Sum of RGB (Red+Green+Blue) = 33+11+171=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 171 (67.19% from 255 or 79.53% from 215); Max value from RGB is 171 - color contains mainly: blue. Hex color #210BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #210BAB is #DEF454. Grayscale: #232323. Windows color (decimal): -14611541 or 11209505. OLE color: 11209505.

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

Color convert

RGB 33 11 171 -
CMYK 0.81 0.94 0 0.33
HSL 248.25º 0.88% 0.36% -
HSV(B) 248.25º 0.94% 0.67% -
XYZ 8.1 3.5 38.78 -
YUV 35.82 204.29 125.99 -
System Red Green Blue C M Y K H S L
Decimal 33 11 171 0.81 0.94 0 0.33 248.25 0.88 0.36
Hex 21 B AB 51 5E 0 21 F8 58 24
Octal 41 13 253 121 136 0 41 370 130 44
Binary 100001 1011 10101011 1010001 1011110 0 100001 11111000 1011000 100100

Color Harmonies of #210BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210BAB

Black with #210BAB

Text Example


Text Example

White with #210BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,11,171); }

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

background-color css

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

 a { background-color: rgb(33,11,171); }

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

border-color css

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

 span { border-color: rgb(33,11,171); }

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