Html Css Color HEX #20078D Ultramarine

📋 copy color: '#20078D'

red 32 ◦ green 7 ◦ blue 141

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

Shades of Ultramarine #20078D

Tints of Ultramarine #20078D

RGB

 RED value IS 32 (12.89% from 255) = 17.78%

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

 BLUE value IS 141 (55.47% from 255) = 78.33%

R = 17.78%
G = 3.89%
B = 78.33%

CMYK

 C value IS 0.77

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20078D (or 0x20078D) is known color: Ultramarine. HEX triplet: 20, 07 and 8D. RGB value is (32,7,141). Sum of RGB (Red+Green+Blue) = 32+7+141=180 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.78% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 141 (55.47% from 255 or 78.33% from 180); Max value from RGB is 141 - color contains mainly: blue. Hex color #20078D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20078D is #DFF872. Grayscale: #1D1D1D. Windows color (decimal): -14678131 or 9242400. OLE color: 9242400.

HSL color Cylindrical-coordinate representation of color #20078D: hue angle of 251.19º degrees, saturation: 0.91, 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 #20078D is Cyan = 0.77, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 7 141 -
CMYK 0.77 0.95 0 0.45
HSL 251.19º 0.91% 0.29% -
HSV(B) 251.19º 0.95% 0.55% -
XYZ 5.48 2.38 25.37 -
YUV 29.75 190.78 129.6 -
System Red Green Blue C M Y K H S L
Decimal 32 7 141 0.77 0.95 0 0.45 251.19 0.91 0.29
Hex 20 7 8D 4D 5F 0 2D FB 5B 1D
Octal 40 7 215 115 137 0 55 373 133 35
Binary 100000 111 10001101 1001101 1011111 0 101101 11111011 1011011 11101

Color Harmonies of #20078D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20078D

Black with #20078D

Text Example


Text Example

White with #20078D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,7,141); }

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

background-color css

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

 a { background-color: rgb(32,7,141); }

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

border-color css

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

 span { border-color: rgb(32,7,141); }

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