Html Css Color HEX #20178C Ultramarine

📋 copy color: '#20178C'

red 32 ◦ green 23 ◦ blue 140

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

Shades of Ultramarine #20178C

Tints of Ultramarine #20178C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.79%

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

R = 16.41%
G = 11.79%
B = 71.79%

CMYK

 C value IS 0.77

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20178C (or 0x20178C) is known color: Ultramarine. HEX triplet: 20, 17 and 8C. RGB value is (32,23,140). Sum of RGB (Red+Green+Blue) = 32+23+140=195 (25% of max value = 765). Red value is 32 (12.89% from 255 or 16.41% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 140 (55.08% from 255 or 71.79% from 195); Max value from RGB is 140 - color contains mainly: blue. Hex color #20178C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20178C is #DFE873. Grayscale: #262626. Windows color (decimal): -14674036 or 9180960. OLE color: 9180960.

HSL color Cylindrical-coordinate representation of color #20178C: hue angle of 244.62º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #20178C is Cyan = 0.77, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 23 140 -
CMYK 0.77 0.84 0 0.45
HSL 244.62º 0.72% 0.32% -
HSV(B) 244.62º 0.84% 0.55% -
XYZ 5.64 2.81 25.06 -
YUV 39.03 184.98 122.99 -
System Red Green Blue C M Y K H S L
Decimal 32 23 140 0.77 0.84 0 0.45 244.62 0.72 0.32
Hex 20 17 8C 4D 54 0 2D F5 48 20
Octal 40 27 214 115 124 0 55 365 110 40
Binary 100000 10111 10001100 1001101 1010100 0 101101 11110101 1001000 100000

Color Harmonies of #20178C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20178C

Black with #20178C

Text Example


Text Example

White with #20178C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,23,140); }

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

background-color css

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

 a { background-color: rgb(32,23,140); }

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

border-color css

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

 span { border-color: rgb(32,23,140); }

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