#2B009B

Color #2B009B Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #2B009B

Tints of Ultramarine #2B009B

Color information

#2B009B (or 0x2B009B) is unknown color: approx Ultramarine. HEX triplet: 2B, 00 and 9B. RGB value is (43,0,155). Sum of RGB (Red+Green+Blue) = 43+0+155=198 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.72% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 155 (60.94% from 255 or 78.28% from 198); Max value from RGB is 155 - color contains mainly: blue. Hex color #2B009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B009B is #D4FF64. Grayscale: #1D1D1D. Windows color (decimal): -13959013 or 10158123. OLE color: 10158123.

HSL color Cylindrical-coordinate representation of color #2B009B: hue angle of 256.65º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B009B is Cyan = 0.72, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB430155-
CMYK0.72100.39
HSL256.65º100%30.39%-
HSV(B)256.65º100%60.78%-
XYZ6.912.8831.2-
YUV30.53198.25136.9-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.72%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 155 (60.94% from 255) = 78.28%
R=21.72%
G=0%
B=78.28%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal4301550.72100.39256.6510030.39
Hex2B09B4864027101641e
Octal53023311014404740114436
Binary101011010011011100100011001000100111100000001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B009B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,0,155); }

 H1.HeaderClassName
 {
   color: #2B009B;
 }
 .AnyTagClassName
 {
   color: #2B009B;
 }
</style>
background-color css

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

 a { background-color: rgb(43,0,155); }

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

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

 span { border-color: rgb(43,0,155); }

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