Html Css Color HEX #21078B Ultramarine

📋 copy color: '#21078B'

red 33 ◦ green 7 ◦ blue 139

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

Shades of Ultramarine #21078B

Tints of Ultramarine #21078B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.91%

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

R = 18.44%
G = 3.91%
B = 77.65%

CMYK

 C value IS 0.76

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#21078B (or 0x21078B) is known color: Ultramarine. HEX triplet: 21, 07 and 8B. RGB value is (33,7,139). Sum of RGB (Red+Green+Blue) = 33+7+139=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 139 (54.69% from 255 or 77.65% from 179); Max value from RGB is 139 - color contains mainly: blue. Hex color #21078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21078B is #DEF874. Grayscale: #1D1D1D. Windows color (decimal): -14612597 or 9111329. OLE color: 9111329.

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

Color convert

RGB 33 7 139 -
CMYK 0.76 0.95 0 0.45
HSL 251.82º 0.9% 0.29% -
HSV(B) 251.82º 0.95% 0.55% -
XYZ 5.36 2.34 24.59 -
YUV 29.82 189.61 130.27 -
System Red Green Blue C M Y K H S L
Decimal 33 7 139 0.76 0.95 0 0.45 251.82 0.9 0.29
Hex 21 7 8B 4C 5F 0 2D FC 5A 1D
Octal 41 7 213 114 137 0 55 374 132 35
Binary 100001 111 10001011 1001100 1011111 0 101101 11111100 1011010 11101

Color Harmonies of #21078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21078B

Black with #21078B

Text Example


Text Example

White with #21078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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