Html Css Color HEX #2D189D Ultramarine

📋 copy color: '#2D189D'

red 45 ◦ green 24 ◦ blue 157

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

Shades of Ultramarine #2D189D

Tints of Ultramarine #2D189D

RGB

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

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

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

R = 19.91%
G = 10.62%
B = 69.47%

CMYK

 C value IS 0.71

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D189D (or 0x2D189D) is known color: Ultramarine. HEX triplet: 2D, 18 and 9D. RGB value is (45,24,157). Sum of RGB (Red+Green+Blue) = 45+24+157=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 24 (9.77% from 255 or 10.62% from 226); Blue value is 157 (61.72% from 255 or 69.47% from 226); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D189D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D189D is #D2E762. Grayscale: #2C2C2C. Windows color (decimal): -13821795 or 10295341. OLE color: 10295341.

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

Color convert

RGB 45 24 157 -
CMYK 0.71 0.85 0 0.38
HSL 249.47º 0.73% 0.35% -
HSV(B) 249.47º 0.85% 0.62% -
XYZ 7.49 3.65 32.21 -
YUV 45.44 190.96 127.69 -
System Red Green Blue C M Y K H S L
Decimal 45 24 157 0.71 0.85 0 0.38 249.47 0.73 0.35
Hex 2D 18 9D 47 55 0 26 F9 49 23
Octal 55 30 235 107 125 0 46 371 111 43
Binary 101101 11000 10011101 1000111 1010101 0 100110 11111001 1001001 100011

Color Harmonies of #2D189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D189D

Black with #2D189D

Text Example


Text Example

White with #2D189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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