Html Css Color HEX #2D019D Ultramarine

📋 copy color: '#2D019D'

red 45 ◦ green 1 ◦ blue 157

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

Shades of Ultramarine #2D019D

Tints of Ultramarine #2D019D

RGB

 RED value IS 45 (17.97% from 255) = 22.17%

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

 BLUE value IS 157 (61.72% from 255) = 77.34%

R = 22.17%
G = 0.49%
B = 77.34%

CMYK

 C value IS 0.71

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D019D (or 0x2D019D) is known color: Ultramarine. HEX triplet: 2D, 01 and 9D. RGB value is (45,1,157). Sum of RGB (Red+Green+Blue) = 45+1+157=203 (26% of max value = 765). Red value is 45 (17.97% from 255 or 22.17% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 157 (61.72% from 255 or 77.34% from 203); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D019D is #D2FE62. Grayscale: #1F1F1F. Windows color (decimal): -13827683 or 10289453. OLE color: 10289453.

HSL color Cylindrical-coordinate representation of color #2D019D: hue angle of 256.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2D019D is Cyan = 0.71, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 45 1 157 -
CMYK 0.71 0.99 0 0.38
HSL 256.92º 0.99% 0.31% -
HSV(B) 256.92º 0.99% 0.62% -
XYZ 7.18 3.01 32.1 -
YUV 31.94 198.58 137.32 -
System Red Green Blue C M Y K H S L
Decimal 45 1 157 0.71 0.99 0 0.38 256.92 0.99 0.31
Hex 2D 1 9D 47 63 0 26 101 63 1F
Octal 55 1 235 107 143 0 46 401 143 37
Binary 101101 1 10011101 1000111 1100011 0 100110 100000001 1100011 11111

Color Harmonies of #2D019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D019D

Black with #2D019D

Text Example


Text Example

White with #2D019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D019D; }

 p { color: rgb(45,1,157); }

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

background-color css

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

 a { background-color: rgb(45,1,157); }

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

border-color css

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

 span { border-color: rgb(45,1,157); }

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