Html Css Color HEX #20078B Ultramarine

📋 copy color: '#20078B'

red 32 ◦ green 7 ◦ blue 139

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

Shades of Ultramarine #20078B

Tints of Ultramarine #20078B

RGB

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

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

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

R = 17.98%
G = 3.93%
B = 78.09%

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

#20078B (or 0x20078B) is known color: Ultramarine. HEX triplet: 20, 07 and 8B. RGB value is (32,7,139). Sum of RGB (Red+Green+Blue) = 32+7+139=178 (23% of max value = 765). Red value is 32 (12.89% from 255 or 17.98% from 178); Green value is 7 (3.12% from 255 or 3.93% 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 #20078B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20078B is #DFF874. Grayscale: #1D1D1D. Windows color (decimal): -14678133 or 9111328. OLE color: 9111328.

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

Color convert

RGB 32 7 139 -
CMYK 0.77 0.95 0 0.45
HSL 251.36º 0.9% 0.29% -
HSV(B) 251.36º 0.95% 0.55% -
XYZ 5.33 2.32 24.59 -
YUV 29.52 189.78 129.77 -
System Red Green Blue C M Y K H S L
Decimal 32 7 139 0.77 0.95 0 0.45 251.36 0.9 0.29
Hex 20 7 8B 4D 5F 0 2D FB 5A 1D
Octal 40 7 213 115 137 0 55 373 132 35
Binary 100000 111 10001011 1001101 1011111 0 101101 11111011 1011010 11101

Color Harmonies of #20078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20078B

Black with #20078B

Text Example


Text Example

White with #20078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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