Html Css Color HEX #201495 Ultramarine

📋 copy color: '#201495'

red 32 ◦ green 20 ◦ blue 149

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

Shades of Ultramarine #201495

Tints of Ultramarine #201495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.95%

 BLUE value IS 149 (58.59% from 255) = 74.13%

R = 15.92%
G = 9.95%
B = 74.13%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#201495 (or 0x201495) is known color: Ultramarine. HEX triplet: 20, 14 and 95. RGB value is (32,20,149). Sum of RGB (Red+Green+Blue) = 32+20+149=201 (26% of max value = 765). Red value is 32 (12.89% from 255 or 15.92% from 201); Green value is 20 (8.20% from 255 or 9.95% from 201); Blue value is 149 (58.59% from 255 or 74.13% from 201); Max value from RGB is 149 - color contains mainly: blue. Hex color #201495 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #201495 is #DFEB6A. Grayscale: #252525. Windows color (decimal): -14674795 or 9770016. OLE color: 9770016.

HSL color Cylindrical-coordinate representation of color #201495: hue angle of 245.58º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #201495 is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 32 20 149 -
CMYK 0.79 0.87 0 0.42
HSL 245.58º 0.76% 0.33% -
HSV(B) 245.58º 0.87% 0.58% -
XYZ 6.27 2.98 28.68 -
YUV 38.29 190.48 123.51 -
System Red Green Blue C M Y K H S L
Decimal 32 20 149 0.79 0.87 0 0.42 245.58 0.76 0.33
Hex 20 14 95 4F 57 0 2A F6 4C 21
Octal 40 24 225 117 127 0 52 366 114 41
Binary 100000 10100 10010101 1001111 1010111 0 101010 11110110 1001100 100001

Color Harmonies of #201495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #201495

Black with #201495

Text Example


Text Example

White with #201495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #201495; }

 p { color: rgb(32,20,149); }

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

background-color css

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

 a { background-color: rgb(32,20,149); }

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

border-color css

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

 span { border-color: rgb(32,20,149); }

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