Html Css Color HEX #2B09AD Ultramarine

📋 copy color: '#2B09AD'

red 43 ◦ green 9 ◦ blue 173

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

Shades of Ultramarine #2B09AD

Tints of Ultramarine #2B09AD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4%

 BLUE value IS 173 (67.97% from 255) = 76.89%

R = 19.11%
G = 4%
B = 76.89%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2B09AD (or 0x2B09AD) is known color: Ultramarine. HEX triplet: 2B, 09 and AD. RGB value is (43,9,173). Sum of RGB (Red+Green+Blue) = 43+9+173=225 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.11% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 173 (67.97% from 255 or 76.89% from 225); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B09AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B09AD is #D4F652. Grayscale: #252525. Windows color (decimal): -13956691 or 11340075. OLE color: 11340075.

HSL color Cylindrical-coordinate representation of color #2B09AD: hue angle of 252.44º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2B09AD is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 43 9 173 -
CMYK 0.75 0.95 0 0.32
HSL 252.44º 0.9% 0.36% -
HSV(B) 252.44º 0.95% 0.68% -
XYZ 8.64 3.73 39.8 -
YUV 37.86 204.26 131.66 -
System Red Green Blue C M Y K H S L
Decimal 43 9 173 0.75 0.95 0 0.32 252.44 0.9 0.36
Hex 2B 9 AD 4B 5F 0 20 FC 5A 24
Octal 53 11 255 113 137 0 40 374 132 44
Binary 101011 1001 10101101 1001011 1011111 0 100000 11111100 1011010 100100

Color Harmonies of #2B09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B09AD

Black with #2B09AD

Text Example


Text Example

White with #2B09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,9,173); }

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

background-color css

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

 a { background-color: rgb(43,9,173); }

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

border-color css

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

 span { border-color: rgb(43,9,173); }

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