Html Css Color HEX #21018B Ultramarine

📋 copy color: '#21018B'

red 33 ◦ green 1 ◦ blue 139

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

Shades of Ultramarine #21018B

Tints of Ultramarine #21018B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

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

R = 19.08%
G = 0.58%
B = 80.35%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21018B (or 0x21018B) is known color: Ultramarine. HEX triplet: 21, 01 and 8B. RGB value is (33,1,139). Sum of RGB (Red+Green+Blue) = 33+1+139=173 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.08% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 139 (54.69% from 255 or 80.35% from 173); Max value from RGB is 139 - color contains mainly: blue. Hex color #21018B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21018B is #DEFE74. Grayscale: #191919. Windows color (decimal): -14614133 or 9109793. OLE color: 9109793.

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

Color convert

RGB 33 1 139 -
CMYK 0.76 0.99 0 0.45
HSL 253.91º 0.99% 0.27% -
HSV(B) 253.91º 0.99% 0.55% -
XYZ 5.3 2.21 24.57 -
YUV 26.3 191.6 132.78 -
System Red Green Blue C M Y K H S L
Decimal 33 1 139 0.76 0.99 0 0.45 253.91 0.99 0.27
Hex 21 1 8B 4C 63 0 2D FE 63 1B
Octal 41 1 213 114 143 0 55 376 143 33
Binary 100001 1 10001011 1001100 1100011 0 101101 11111110 1100011 11011

Color Harmonies of #21018B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21018B

Black with #21018B

Text Example


Text Example

White with #21018B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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