Html Css Color HEX #20268D Ultramarine

📋 copy color: '#20268D'

red 32 ◦ green 38 ◦ blue 141

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

Shades of Ultramarine #20268D

Tints of Ultramarine #20268D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.01%

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

R = 15.17%
G = 18.01%
B = 66.82%

CMYK

 C value IS 0.77

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#20268D (or 0x20268D) is known color: Ultramarine. HEX triplet: 20, 26 and 8D. RGB value is (32,38,141). Sum of RGB (Red+Green+Blue) = 32+38+141=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 38 (15.23% from 255 or 18.01% from 211); Blue value is 141 (55.47% from 255 or 66.82% from 211); Max value from RGB is 141 - color contains mainly: blue. Hex color #20268D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20268D is #DFD972. Grayscale: #2F2F2F. Windows color (decimal): -14670195 or 9250336. OLE color: 9250336.

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

Color convert

RGB 32 38 141 -
CMYK 0.77 0.73 0 0.45
HSL 236.7º 0.63% 0.34% -
HSV(B) 236.7º 0.77% 0.55% -
XYZ 6.1 3.62 25.58 -
YUV 47.95 180.51 116.62 -
System Red Green Blue C M Y K H S L
Decimal 32 38 141 0.77 0.73 0 0.45 236.7 0.63 0.34
Hex 20 26 8D 4D 49 0 2D ED 3F 22
Octal 40 46 215 115 111 0 55 355 77 42
Binary 100000 100110 10001101 1001101 1001001 0 101101 11101101 111111 100010

Color Harmonies of #20268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20268D

Black with #20268D

Text Example


Text Example

White with #20268D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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