Html Css Color HEX #2D0D99 Ultramarine

📋 copy color: '#2D0D99'

red 45 ◦ green 13 ◦ blue 153

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

Shades of Ultramarine #2D0D99

Tints of Ultramarine #2D0D99

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.16%

 BLUE value IS 153 (60.16% from 255) = 72.51%

R = 21.33%
G = 6.16%
B = 72.51%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#2D0D99 (or 0x2D0D99) is known color: Ultramarine. HEX triplet: 2D, 0D and 99. RGB value is (45,13,153). Sum of RGB (Red+Green+Blue) = 45+13+153=211 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.33% from 211); Green value is 13 (5.47% from 255 or 6.16% from 211); Blue value is 153 (60.16% from 255 or 72.51% from 211); Max value from RGB is 153 - color contains mainly: blue. Hex color #2D0D99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D0D99 is #D2F266. Grayscale: #262626. Windows color (decimal): -13824615 or 10030381. OLE color: 10030381.

HSL color Cylindrical-coordinate representation of color #2D0D99: hue angle of 253.71º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2D0D99 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 45 13 153 -
CMYK 0.71 0.92 0 0.4
HSL 253.71º 0.84% 0.33% -
HSV(B) 253.71º 0.92% 0.6% -
XYZ 6.98 3.15 30.38 -
YUV 38.53 192.6 132.62 -
System Red Green Blue C M Y K H S L
Decimal 45 13 153 0.71 0.92 0 0.4 253.71 0.84 0.33
Hex 2D D 99 47 5C 0 28 FE 54 21
Octal 55 15 231 107 134 0 50 376 124 41
Binary 101101 1101 10011001 1000111 1011100 0 101000 11111110 1010100 100001

Color Harmonies of #2D0D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0D99

Black with #2D0D99

Text Example


Text Example

White with #2D0D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,13,153); }

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

background-color css

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

 a { background-color: rgb(45,13,153); }

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

border-color css

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

 span { border-color: rgb(45,13,153); }

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