Html Css Color HEX #21008B Ultramarine

📋 copy color: '#21008B'

red 33 ◦ green 0 ◦ blue 139

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

Shades of Ultramarine #21008B

Tints of Ultramarine #21008B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 19.19%
G = 0%
B = 80.81%

CMYK

 C value IS 0.76

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21008B (or 0x21008B) is known color: Ultramarine. HEX triplet: 21, 00 and 8B. RGB value is (33,0,139). Sum of RGB (Red+Green+Blue) = 33+0+139=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 139 (54.69% from 255 or 80.81% from 172); Max value from RGB is 139 - color contains mainly: blue. Hex color #21008B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21008B is #DEFF74. Grayscale: #191919. Windows color (decimal): -14614389 or 9109537. OLE color: 9109537.

HSL color Cylindrical-coordinate representation of color #21008B: hue angle of 254.24º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21008B is Cyan = 0.76, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 0 139 -
CMYK 0.76 1 0 0.45
HSL 254.24º 1% 0.27% -
HSV(B) 254.24º 1% 0.55% -
XYZ 5.29 2.19 24.57 -
YUV 25.71 191.93 133.2 -
System Red Green Blue C M Y K H S L
Decimal 33 0 139 0.76 1 0 0.45 254.24 1 0.27
Hex 21 0 8B 4C 64 0 2D FE 64 1B
Octal 41 0 213 114 144 0 55 376 144 33
Binary 100001 0 10001011 1001100 1100100 0 101101 11111110 1100100 11011

Color Harmonies of #21008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21008B

Black with #21008B

Text Example


Text Example

White with #21008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21008B; }

 p { color: rgb(33,0,139); }

 H1.HeaderClassName
 {
   color: #21008B;
 }
 .AnyTagClassName
 {
   color: #21008B;
 }
</style>

background-color css

<style>
 a { background-color: #21008B; }

 a { background-color: rgb(33,0,139); }

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

border-color css

<style>
 span { border-color: #21008B; }

 span { border-color: rgb(33,0,139); }

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