Html Css Color HEX #2B09AB Ultramarine

📋 copy color: '#2B09AB'

red 43 ◦ green 9 ◦ blue 171

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

Shades of Ultramarine #2B09AB

Tints of Ultramarine #2B09AB

RGB

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

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

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

R = 19.28%
G = 4.04%
B = 76.68%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2B09AB (or 0x2B09AB) is known color: Ultramarine. HEX triplet: 2B, 09 and AB. RGB value is (43,9,171). Sum of RGB (Red+Green+Blue) = 43+9+171=223 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.28% from 223); Green value is 9 (3.91% from 255 or 4.04% from 223); Blue value is 171 (67.19% from 255 or 76.68% from 223); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B09AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B09AB is #D4F654. Grayscale: #252525. Windows color (decimal): -13956693 or 11209003. OLE color: 11209003.

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

Color convert

RGB 43 9 171 -
CMYK 0.75 0.95 0 0.33
HSL 252.59º 0.9% 0.35% -
HSV(B) 252.59º 0.95% 0.67% -
XYZ 8.44 3.65 38.79 -
YUV 37.63 203.26 131.83 -
System Red Green Blue C M Y K H S L
Decimal 43 9 171 0.75 0.95 0 0.33 252.59 0.9 0.35
Hex 2B 9 AB 4B 5F 0 21 FD 5A 23
Octal 53 11 253 113 137 0 41 375 132 43
Binary 101011 1001 10101011 1001011 1011111 0 100001 11111101 1011010 100011

Color Harmonies of #2B09AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B09AB

Black with #2B09AB

Text Example


Text Example

White with #2B09AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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