Html Css Color HEX #2D18AB Ultramarine

📋 copy color: '#2D18AB'

red 45 ◦ green 24 ◦ blue 171

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

Shades of Ultramarine #2D18AB

Tints of Ultramarine #2D18AB

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10%

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

R = 18.75%
G = 10%
B = 71.25%

CMYK

 C value IS 0.74

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2D18AB (or 0x2D18AB) is known color: Ultramarine. HEX triplet: 2D, 18 and AB. RGB value is (45,24,171). Sum of RGB (Red+Green+Blue) = 45+24+171=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #2D18AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D18AB is #D2E754. Grayscale: #2E2E2E. Windows color (decimal): -13821781 or 11212845. OLE color: 11212845.

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

Color convert

RGB 45 24 171 -
CMYK 0.74 0.86 0 0.33
HSL 248.57º 0.75% 0.38% -
HSV(B) 248.57º 0.86% 0.67% -
XYZ 8.76 4.15 38.87 -
YUV 47.04 197.96 126.55 -
System Red Green Blue C M Y K H S L
Decimal 45 24 171 0.74 0.86 0 0.33 248.57 0.75 0.38
Hex 2D 18 AB 4A 56 0 21 F9 4B 26
Octal 55 30 253 112 126 0 41 371 113 46
Binary 101101 11000 10101011 1001010 1010110 0 100001 11111001 1001011 100110

Color Harmonies of #2D18AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D18AB

Black with #2D18AB

Text Example


Text Example

White with #2D18AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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