Html Css Color HEX #21088B Ultramarine

📋 copy color: '#21088B'

red 33 ◦ green 8 ◦ blue 139

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

Shades of Ultramarine #21088B

Tints of Ultramarine #21088B

RGB

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

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

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

R = 18.33%
G = 4.44%
B = 77.22%

CMYK

 C value IS 0.76

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21088B (or 0x21088B) is known color: Ultramarine. HEX triplet: 21, 08 and 8B. RGB value is (33,8,139). Sum of RGB (Red+Green+Blue) = 33+8+139=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 139 (54.69% from 255 or 77.22% from 180); Max value from RGB is 139 - color contains mainly: blue. Hex color #21088B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21088B is #DEF774. Grayscale: #1D1D1D. Windows color (decimal): -14612341 or 9111585. OLE color: 9111585.

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

Color convert

RGB 33 8 139 -
CMYK 0.76 0.94 0 0.45
HSL 251.45º 0.89% 0.29% -
HSV(B) 251.45º 0.94% 0.55% -
XYZ 5.37 2.36 24.6 -
YUV 30.41 189.28 129.85 -
System Red Green Blue C M Y K H S L
Decimal 33 8 139 0.76 0.94 0 0.45 251.45 0.89 0.29
Hex 21 8 8B 4C 5E 0 2D FB 59 1D
Octal 41 10 213 114 136 0 55 373 131 35
Binary 100001 1000 10001011 1001100 1011110 0 101101 11111011 1011001 11101

Color Harmonies of #21088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21088B

Black with #21088B

Text Example


Text Example

White with #21088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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