Html Css Color HEX #2B189A Ultramarine

📋 copy color: '#2B189A'

red 43 ◦ green 24 ◦ blue 154

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

Shades of Ultramarine #2B189A

Tints of Ultramarine #2B189A

RGB

 RED value IS 43 (17.19% from 255) = 19.46%

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

 BLUE value IS 154 (60.55% from 255) = 69.68%

R = 19.46%
G = 10.86%
B = 69.68%

CMYK

 C value IS 0.72

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#2B189A (or 0x2B189A) is known color: Ultramarine. HEX triplet: 2B, 18 and 9A. RGB value is (43,24,154). Sum of RGB (Red+Green+Blue) = 43+24+154=221 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.46% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 154 (60.55% from 255 or 69.68% from 221); Max value from RGB is 154 - color contains mainly: blue. Hex color #2B189A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B189A is #D4E765. Grayscale: #2C2C2C. Windows color (decimal): -13952870 or 10098731. OLE color: 10098731.

HSL color Cylindrical-coordinate representation of color #2B189A: hue angle of 248.77º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2B189A is Cyan = 0.72, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 43 24 154 -
CMYK 0.72 0.84 0 0.40
HSL 248.77º 0.73% 0.35% -
HSV(B) 248.77º 0.84% 0.6% -
XYZ 7.16 3.5 30.87 -
YUV 44.5 189.79 126.93 -
System Red Green Blue C M Y K H S L
Decimal 43 24 154 0.72 0.84 0 0.40 248.77 0.73 0.35
Hex 2B 18 9A 48 54 0 28 F9 49 23
Octal 53 30 232 110 124 0 50 371 111 43
Binary 101011 11000 10011010 1001000 1010100 0 101000 11111001 1001001 100011

Color Harmonies of #2B189A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B189A

Black with #2B189A

Text Example


Text Example

White with #2B189A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,24,154); }

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

background-color css

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

 a { background-color: rgb(43,24,154); }

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

border-color css

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

 span { border-color: rgb(43,24,154); }

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