Html Css Color HEX #21029F Ultramarine

📋 copy color: '#21029F'

red 33 ◦ green 2 ◦ blue 159

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

Shades of Ultramarine #21029F

Tints of Ultramarine #21029F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 159 (62.5% from 255) = 81.96%

R = 17.01%
G = 1.03%
B = 81.96%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21029F (or 0x21029F) is known color: Ultramarine. HEX triplet: 21, 02 and 9F. RGB value is (33,2,159). Sum of RGB (Red+Green+Blue) = 33+2+159=194 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.01% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 159 (62.5% from 255 or 81.96% from 194); Max value from RGB is 159 - color contains mainly: blue. Hex color #21029F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21029F is #DEFD60. Grayscale: #1C1C1C. Windows color (decimal): -14613857 or 10420769. OLE color: 10420769.

HSL color Cylindrical-coordinate representation of color #21029F: hue angle of 251.85º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #21029F is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 2 159 -
CMYK 0.79 0.99 0 0.38
HSL 251.85º 0.98% 0.32% -
HSV(B) 251.85º 0.99% 0.62% -
XYZ 6.91 2.87 32.99 -
YUV 29.17 201.27 130.73 -
System Red Green Blue C M Y K H S L
Decimal 33 2 159 0.79 0.99 0 0.38 251.85 0.98 0.32
Hex 21 2 9F 4F 63 0 26 FC 62 20
Octal 41 2 237 117 143 0 46 374 142 40
Binary 100001 10 10011111 1001111 1100011 0 100110 11111100 1100010 100000

Color Harmonies of #21029F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21029F

Black with #21029F

Text Example


Text Example

White with #21029F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21029F; }

 p { color: rgb(33,2,159); }

 H1.HeaderClassName
 {
   color: #21029F;
 }
 .AnyTagClassName
 {
   color: #21029F;
 }
</style>

background-color css

<style>
 a { background-color: #21029F; }

 a { background-color: rgb(33,2,159); }

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

border-color css

<style>
 span { border-color: #21029F; }

 span { border-color: rgb(33,2,159); }

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