Html Css Color HEX #21089D Ultramarine

📋 copy color: '#21089D'

red 33 ◦ green 8 ◦ blue 157

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

Shades of Ultramarine #21089D

Tints of Ultramarine #21089D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.04%

 BLUE value IS 157 (61.72% from 255) = 79.29%

R = 16.67%
G = 4.04%
B = 79.29%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#21089D (or 0x21089D) is known color: Ultramarine. HEX triplet: 21, 08 and 9D. RGB value is (33,8,157). Sum of RGB (Red+Green+Blue) = 33+8+157=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 157 (61.72% from 255 or 79.29% from 198); Max value from RGB is 157 - color contains mainly: blue. Hex color #21089D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21089D is #DEF762. Grayscale: #1F1F1F. Windows color (decimal): -14612323 or 10291233. OLE color: 10291233.

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

Color convert

RGB 33 8 157 -
CMYK 0.79 0.95 0 0.38
HSL 250.07º 0.9% 0.32% -
HSV(B) 250.07º 0.95% 0.62% -
XYZ 6.8 2.93 32.11 -
YUV 32.46 198.28 128.38 -
System Red Green Blue C M Y K H S L
Decimal 33 8 157 0.79 0.95 0 0.38 250.07 0.9 0.32
Hex 21 8 9D 4F 5F 0 26 FA 5A 20
Octal 41 10 235 117 137 0 46 372 132 40
Binary 100001 1000 10011101 1001111 1011111 0 100110 11111010 1011010 100000

Color Harmonies of #21089D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21089D

Black with #21089D

Text Example


Text Example

White with #21089D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21089D; }

 p { color: rgb(33,8,157); }

 H1.HeaderClassName
 {
   color: #21089D;
 }
 .AnyTagClassName
 {
   color: #21089D;
 }
</style>

background-color css

<style>
 a { background-color: #21089D; }

 a { background-color: rgb(33,8,157); }

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

border-color css

<style>
 span { border-color: #21089D; }

 span { border-color: rgb(33,8,157); }

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