Html Css Color HEX #21078C Ultramarine

📋 copy color: '#21078C'

red 33 ◦ green 7 ◦ blue 140

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

Shades of Ultramarine #21078C

Tints of Ultramarine #21078C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 77.78%

R = 18.33%
G = 3.89%
B = 77.78%

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

#21078C (or 0x21078C) is known color: Ultramarine. HEX triplet: 21, 07 and 8C. RGB value is (33,7,140). Sum of RGB (Red+Green+Blue) = 33+7+140=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 140 (55.08% from 255 or 77.78% from 180); Max value from RGB is 140 - color contains mainly: blue. Hex color #21078C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #21078C is #DEF873. Grayscale: #1D1D1D. Windows color (decimal): -14612596 or 9176865. OLE color: 9176865.

HSL color Cylindrical-coordinate representation of color #21078C: hue angle of 251.73º 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 #21078C is Cyan = 0.76, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 7 140 -
CMYK 0.76 0.95 0 0.45
HSL 251.73º 0.9% 0.29% -
HSV(B) 251.73º 0.95% 0.55% -
XYZ 5.44 2.37 24.98 -
YUV 29.94 190.11 130.19 -
System Red Green Blue C M Y K H S L
Decimal 33 7 140 0.76 0.95 0 0.45 251.73 0.9 0.29
Hex 21 7 8C 4C 5F 0 2D FC 5A 1D
Octal 41 7 214 114 137 0 55 374 132 35
Binary 100001 111 10001100 1001100 1011111 0 101101 11111100 1011010 11101

Color Harmonies of #21078C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21078C

Black with #21078C

Text Example


Text Example

White with #21078C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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