Html Css Color HEX #2001A7 Ultramarine

📋 copy color: '#2001A7'

red 32 ◦ green 1 ◦ blue 167

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

Shades of Ultramarine #2001A7

Tints of Ultramarine #2001A7

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

 BLUE value IS 167 (65.63% from 255) = 83.5%

R = 16%
G = 0.5%
B = 83.5%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#2001A7 (or 0x2001A7) is known color: Ultramarine. HEX triplet: 20, 01 and A7. RGB value is (32,1,167). Sum of RGB (Red+Green+Blue) = 32+1+167=200 (26% of max value = 765). Red value is 32 (12.89% from 255 or 16% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 167 (65.62% from 255 or 83.5% from 200); Max value from RGB is 167 - color contains mainly: blue. Hex color #2001A7 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2001A7 is #DFFE58. Grayscale: #1C1C1C. Windows color (decimal): -14679641 or 10944800. OLE color: 10944800.

HSL color Cylindrical-coordinate representation of color #2001A7: hue angle of 251.2º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2001A7 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 32 1 167 -
CMYK 0.81 0.99 0 0.35
HSL 251.2º 0.99% 0.33% -
HSV(B) 251.2º 0.99% 0.65% -
XYZ 7.58 3.12 36.76 -
YUV 29.19 205.77 130 -
System Red Green Blue C M Y K H S L
Decimal 32 1 167 0.81 0.99 0 0.35 251.2 0.99 0.33
Hex 20 1 A7 51 63 0 23 FB 63 21
Octal 40 1 247 121 143 0 43 373 143 41
Binary 100000 1 10100111 1010001 1100011 0 100011 11111011 1100011 100001

Color Harmonies of #2001A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2001A7

Black with #2001A7

Text Example


Text Example

White with #2001A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2001A7; }

 p { color: rgb(32,1,167); }

 H1.HeaderClassName
 {
   color: #2001A7;
 }
 .AnyTagClassName
 {
   color: #2001A7;
 }
</style>

background-color css

<style>
 a { background-color: #2001A7; }

 a { background-color: rgb(32,1,167); }

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

border-color css

<style>
 span { border-color: #2001A7; }

 span { border-color: rgb(32,1,167); }

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