Html Css Color HEX #2D14AB Ultramarine

📋 copy color: '#2D14AB'

red 45 ◦ green 20 ◦ blue 171

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

Shades of Ultramarine #2D14AB

Tints of Ultramarine #2D14AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 72.46%

R = 19.07%
G = 8.47%
B = 72.46%

CMYK

 C value IS 0.74

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2D14AB (or 0x2D14AB) is known color: Ultramarine. HEX triplet: 2D, 14 and AB. RGB value is (45,20,171). Sum of RGB (Red+Green+Blue) = 45+20+171=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 171 (67.19% from 255 or 72.46% from 236); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D14AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D14AB is #D2EB54. Grayscale: #2C2C2C. Windows color (decimal): -13822805 or 11211821. OLE color: 11211821.

HSL color Cylindrical-coordinate representation of color #2D14AB: hue angle of 249.93º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2D14AB is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 45 20 171 -
CMYK 0.74 0.88 0 0.33
HSL 249.93º 0.79% 0.37% -
HSV(B) 249.93º 0.88% 0.67% -
XYZ 8.68 4 38.84 -
YUV 44.69 199.28 128.22 -
System Red Green Blue C M Y K H S L
Decimal 45 20 171 0.74 0.88 0 0.33 249.93 0.79 0.37
Hex 2D 14 AB 4A 58 0 21 FA 4F 25
Octal 55 24 253 112 130 0 41 372 117 45
Binary 101101 10100 10101011 1001010 1011000 0 100001 11111010 1001111 100101

Color Harmonies of #2D14AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D14AB

Black with #2D14AB

Text Example


Text Example

White with #2D14AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,20,171); }

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

background-color css

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

 a { background-color: rgb(45,20,171); }

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

border-color css

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

 span { border-color: rgb(45,20,171); }

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