Html Css Color HEX #20258D Ultramarine

📋 copy color: '#20258D'

red 32 ◦ green 37 ◦ blue 141

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

Shades of Ultramarine #20258D

Tints of Ultramarine #20258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

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

R = 15.24%
G = 17.62%
B = 67.14%

CMYK

 C value IS 0.77

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20258D (or 0x20258D) is known color: Ultramarine. HEX triplet: 20, 25 and 8D. RGB value is (32,37,141). Sum of RGB (Red+Green+Blue) = 32+37+141=210 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.24% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 141 (55.47% from 255 or 67.14% from 210); Max value from RGB is 141 - color contains mainly: blue. Hex color #20258D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20258D is #DFDA72. Grayscale: #2E2E2E. Windows color (decimal): -14670451 or 9250080. OLE color: 9250080.

HSL color Cylindrical-coordinate representation of color #20258D: hue angle of 237.25º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #20258D is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 37 141 -
CMYK 0.77 0.74 0 0.45
HSL 237.25º 0.63% 0.34% -
HSV(B) 237.25º 0.77% 0.55% -
XYZ 6.06 3.55 25.57 -
YUV 47.36 180.84 117.04 -
System Red Green Blue C M Y K H S L
Decimal 32 37 141 0.77 0.74 0 0.45 237.25 0.63 0.34
Hex 20 25 8D 4D 4A 0 2D ED 3F 22
Octal 40 45 215 115 112 0 55 355 77 42
Binary 100000 100101 10001101 1001101 1001010 0 101101 11101101 111111 100010

Color Harmonies of #20258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20258D

Black with #20258D

Text Example


Text Example

White with #20258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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