Html Css Color HEX #20009B Ultramarine

📋 copy color: '#20009B'

red 32 ◦ green 0 ◦ blue 155

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

Shades of Ultramarine #20009B

Tints of Ultramarine #20009B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 155 (60.94% from 255) = 82.89%

R = 17.11%
G = 0%
B = 82.89%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#20009B (or 0x20009B) is known color: Ultramarine. HEX triplet: 20, 00 and 9B. RGB value is (32,0,155). Sum of RGB (Red+Green+Blue) = 32+0+155=187 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.11% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 155 (60.94% from 255 or 82.89% from 187); Max value from RGB is 155 - color contains mainly: blue. Hex color #20009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20009B is #DFFF64. Grayscale: #1A1A1A. Windows color (decimal): -14679909 or 10158112. OLE color: 10158112.

HSL color Cylindrical-coordinate representation of color #20009B: hue angle of 252.39º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20009B is Cyan = 0.79, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 0 155 -
CMYK 0.79 1 0 0.39
HSL 252.39º 1% 0.3% -
HSV(B) 252.39º 1% 0.61% -
XYZ 6.51 2.67 31.18 -
YUV 27.24 200.1 131.4 -
System Red Green Blue C M Y K H S L
Decimal 32 0 155 0.79 1 0 0.39 252.39 1 0.3
Hex 20 0 9B 4F 64 0 27 FC 64 1E
Octal 40 0 233 117 144 0 47 374 144 36
Binary 100000 0 10011011 1001111 1100100 0 100111 11111100 1100100 11110

Color Harmonies of #20009B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20009B

Black with #20009B

Text Example


Text Example

White with #20009B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,0,155); }

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

background-color css

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

 a { background-color: rgb(32,0,155); }

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

border-color css

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

 span { border-color: rgb(32,0,155); }

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