Html Css Color HEX #2D159E Ultramarine

📋 copy color: '#2D159E'

red 45 ◦ green 21 ◦ blue 158

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

Shades of Ultramarine #2D159E

Tints of Ultramarine #2D159E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.38%

 BLUE value IS 158 (62.11% from 255) = 70.54%

R = 20.09%
G = 9.38%
B = 70.54%

CMYK

 C value IS 0.72

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D159E (or 0x2D159E) is known color: Ultramarine. HEX triplet: 2D, 15 and 9E. RGB value is (45,21,158). Sum of RGB (Red+Green+Blue) = 45+21+158=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 21 (8.59% from 255 or 9.38% from 224); Blue value is 158 (62.11% from 255 or 70.54% from 224); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D159E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D159E is #D2EA61. Grayscale: #2B2B2B. Windows color (decimal): -13822562 or 10360109. OLE color: 10360109.

HSL color Cylindrical-coordinate representation of color #2D159E: hue angle of 250.51º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D159E is Cyan = 0.72, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 45 21 158 -
CMYK 0.72 0.87 0 0.38
HSL 250.51º 0.77% 0.35% -
HSV(B) 250.51º 0.87% 0.62% -
XYZ 7.52 3.56 32.64 -
YUV 43.79 192.45 128.86 -
System Red Green Blue C M Y K H S L
Decimal 45 21 158 0.72 0.87 0 0.38 250.51 0.77 0.35
Hex 2D 15 9E 48 57 0 26 FB 4D 23
Octal 55 25 236 110 127 0 46 373 115 43
Binary 101101 10101 10011110 1001000 1010111 0 100110 11111011 1001101 100011

Color Harmonies of #2D159E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D159E

Black with #2D159E

Text Example


Text Example

White with #2D159E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,21,158); }

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

background-color css

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

 a { background-color: rgb(45,21,158); }

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

border-color css

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

 span { border-color: rgb(45,21,158); }

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