Html Css Color HEX #21068B Ultramarine

📋 copy color: '#21068B'

red 33 ◦ green 6 ◦ blue 139

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

Shades of Ultramarine #21068B

Tints of Ultramarine #21068B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.37%

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

R = 18.54%
G = 3.37%
B = 78.09%

CMYK

 C value IS 0.76

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21068B (or 0x21068B) is known color: Ultramarine. HEX triplet: 21, 06 and 8B. RGB value is (33,6,139). Sum of RGB (Red+Green+Blue) = 33+6+139=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 139 (54.69% from 255 or 78.09% from 178); Max value from RGB is 139 - color contains mainly: blue. Hex color #21068B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21068B is #DEF974. Grayscale: #1C1C1C. Windows color (decimal): -14612853 or 9111073. OLE color: 9111073.

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

Color convert

RGB 33 6 139 -
CMYK 0.76 0.96 0 0.45
HSL 252.18º 0.92% 0.28% -
HSV(B) 252.18º 0.96% 0.55% -
XYZ 5.35 2.32 24.59 -
YUV 29.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 33 6 139 0.76 0.96 0 0.45 252.18 0.92 0.28
Hex 21 6 8B 4C 60 0 2D FC 5C 1C
Octal 41 6 213 114 140 0 55 374 134 34
Binary 100001 110 10001011 1001100 1100000 0 101101 11111100 1011100 11100

Color Harmonies of #21068B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21068B

Black with #21068B

Text Example


Text Example

White with #21068B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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