Html Css Color HEX #2009AF Ultramarine

📋 copy color: '#2009AF'

red 32 ◦ green 9 ◦ blue 175

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

Shades of Ultramarine #2009AF

Tints of Ultramarine #2009AF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.17%

 BLUE value IS 175 (68.75% from 255) = 81.02%

R = 14.81%
G = 4.17%
B = 81.02%

CMYK

 C value IS 0.82

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2009AF (or 0x2009AF) is known color: Ultramarine. HEX triplet: 20, 09 and AF. RGB value is (32,9,175). Sum of RGB (Red+Green+Blue) = 32+9+175=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 9 (3.91% from 255 or 4.17% from 216); Blue value is 175 (68.75% from 255 or 81.02% from 216); Max value from RGB is 175 - color contains mainly: blue. Hex color #2009AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2009AF is #DFF650. Grayscale: #222222. Windows color (decimal): -14677585 or 11471136. OLE color: 11471136.

HSL color Cylindrical-coordinate representation of color #2009AF: hue angle of 248.31º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2009AF is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 32 9 175 -
CMYK 0.82 0.95 0 0.31
HSL 248.31º 0.9% 0.36% -
HSV(B) 248.31º 0.95% 0.69% -
XYZ 8.43 3.6 40.81 -
YUV 34.8 207.12 126 -
System Red Green Blue C M Y K H S L
Decimal 32 9 175 0.82 0.95 0 0.31 248.31 0.9 0.36
Hex 20 9 AF 52 5F 0 1F F8 5A 24
Octal 40 11 257 122 137 0 37 370 132 44
Binary 100000 1001 10101111 1010010 1011111 0 11111 11111000 1011010 100100

Color Harmonies of #2009AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2009AF

Black with #2009AF

Text Example


Text Example

White with #2009AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2009AF; }

 p { color: rgb(32,9,175); }

 H1.HeaderClassName
 {
   color: #2009AF;
 }
 .AnyTagClassName
 {
   color: #2009AF;
 }
</style>

background-color css

<style>
 a { background-color: #2009AF; }

 a { background-color: rgb(32,9,175); }

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

border-color css

<style>
 span { border-color: #2009AF; }

 span { border-color: rgb(32,9,175); }

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