Html Css Color HEX #21018C Ultramarine

📋 copy color: '#21018C'

red 33 ◦ green 1 ◦ blue 140

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

Shades of Ultramarine #21018C

Tints of Ultramarine #21018C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 80.46%

R = 18.97%
G = 0.57%
B = 80.46%

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

#21018C (or 0x21018C) is known color: Ultramarine. HEX triplet: 21, 01 and 8C. RGB value is (33,1,140). Sum of RGB (Red+Green+Blue) = 33+1+140=174 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.97% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 140 (55.08% from 255 or 80.46% from 174); Max value from RGB is 140 - color contains mainly: blue. Hex color #21018C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21018C is #DEFE73. Grayscale: #191919. Windows color (decimal): -14614132 or 9175329. OLE color: 9175329.

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

Color convert

RGB 33 1 140 -
CMYK 0.76 0.99 0 0.45
HSL 253.81º 0.99% 0.28% -
HSV(B) 253.81º 0.99% 0.55% -
XYZ 5.37 2.24 24.96 -
YUV 26.41 192.1 132.7 -
System Red Green Blue C M Y K H S L
Decimal 33 1 140 0.76 0.99 0 0.45 253.81 0.99 0.28
Hex 21 1 8C 4C 63 0 2D FE 63 1C
Octal 41 1 214 114 143 0 55 376 143 34
Binary 100001 1 10001100 1001100 1100011 0 101101 11111110 1100011 11100

Color Harmonies of #21018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21018C

Black with #21018C

Text Example


Text Example

White with #21018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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