Html Css Color HEX #20268F Ultramarine

📋 copy color: '#20268F'

red 32 ◦ green 38 ◦ blue 143

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

Shades of Ultramarine #20268F

Tints of Ultramarine #20268F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 67.14%

R = 15.02%
G = 17.84%
B = 67.14%

CMYK

 C value IS 0.78

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#20268F (or 0x20268F) is known color: Ultramarine. HEX triplet: 20, 26 and 8F. RGB value is (32,38,143). Sum of RGB (Red+Green+Blue) = 32+38+143=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 143 (56.25% from 255 or 67.14% from 213); Max value from RGB is 143 - color contains mainly: blue. Hex color #20268F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #20268F is #DFD970. Grayscale: #2F2F2F. Windows color (decimal): -14670193 or 9381408. OLE color: 9381408.

HSL color Cylindrical-coordinate representation of color #20268F: hue angle of 236.76º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20268F is Cyan = 0.78, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 32 38 143 -
CMYK 0.78 0.73 0 0.44
HSL 236.76º 0.63% 0.34% -
HSV(B) 236.76º 0.78% 0.56% -
XYZ 6.25 3.68 26.37 -
YUV 48.18 181.51 116.46 -
System Red Green Blue C M Y K H S L
Decimal 32 38 143 0.78 0.73 0 0.44 236.76 0.63 0.34
Hex 20 26 8F 4E 49 0 2C ED 3F 22
Octal 40 46 217 116 111 0 54 355 77 42
Binary 100000 100110 10001111 1001110 1001001 0 101100 11101101 111111 100010

Color Harmonies of #20268F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20268F

Black with #20268F

Text Example


Text Example

White with #20268F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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