Html Css Color HEX #20009A Ultramarine

📋 copy color: '#20009A'

red 32 ◦ green 0 ◦ blue 154

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

Shades of Ultramarine #20009A

Tints of Ultramarine #20009A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 82.8%

R = 17.2%
G = 0%
B = 82.8%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#20009A (or 0x20009A) is known color: Ultramarine. HEX triplet: 20, 00 and 9A. RGB value is (32,0,154). Sum of RGB (Red+Green+Blue) = 32+0+154=186 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.20% from 186); Green value is 0 (0.39% from 255 or 0% from 186); Blue value is 154 (60.55% from 255 or 82.80% from 186); Max value from RGB is 154 - color contains mainly: blue. Hex color #20009A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #20009A is #DFFF65. Grayscale: #1A1A1A. Windows color (decimal): -14679910 or 10092576. OLE color: 10092576.

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

Color convert

RGB 32 0 154 -
CMYK 0.79 1 0 0.40
HSL 252.47º 1% 0.3% -
HSV(B) 252.47º 1% 0.6% -
XYZ 6.43 2.64 30.74 -
YUV 27.12 199.6 131.48 -
System Red Green Blue C M Y K H S L
Decimal 32 0 154 0.79 1 0 0.40 252.47 1 0.3
Hex 20 0 9A 4F 64 0 28 FC 64 1E
Octal 40 0 232 117 144 0 50 374 144 36
Binary 100000 0 10011010 1001111 1100100 0 101000 11111100 1100100 11110

Color Harmonies of #20009A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20009A

Black with #20009A

Text Example


Text Example

White with #20009A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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