Html Css Color HEX #2B09AA Ultramarine

📋 copy color: '#2B09AA'

red 43 ◦ green 9 ◦ blue 170

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

Shades of Ultramarine #2B09AA

Tints of Ultramarine #2B09AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 76.58%

R = 19.37%
G = 4.05%
B = 76.58%

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

#2B09AA (or 0x2B09AA) is known color: Ultramarine. HEX triplet: 2B, 09 and AA. RGB value is (43,9,170). Sum of RGB (Red+Green+Blue) = 43+9+170=222 (29% of max value = 765). Red value is 43 (17.19% from 255 or 19.37% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 170 (66.80% from 255 or 76.58% from 222); Max value from RGB is 170 - color contains mainly: blue. Hex color #2B09AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B09AA is #D4F655. Grayscale: #242424. Windows color (decimal): -13956694 or 11143467. OLE color: 11143467.

HSL color Cylindrical-coordinate representation of color #2B09AA: hue angle of 252.67º 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 #2B09AA is Cyan = 0.75, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 9 170 -
CMYK 0.75 0.95 0 0.33
HSL 252.67º 0.9% 0.35% -
HSV(B) 252.67º 0.95% 0.67% -
XYZ 8.35 3.61 38.29 -
YUV 37.52 202.76 131.91 -
System Red Green Blue C M Y K H S L
Decimal 43 9 170 0.75 0.95 0 0.33 252.67 0.9 0.35
Hex 2B 9 AA 4B 5F 0 21 FD 5A 23
Octal 53 11 252 113 137 0 41 375 132 43
Binary 101011 1001 10101010 1001011 1011111 0 100001 11111101 1011010 100011

Color Harmonies of #2B09AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B09AA

Black with #2B09AA

Text Example


Text Example

White with #2B09AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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