#2B009F

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

Shades of Ultramarine #2B009F

Tints of Ultramarine #2B009F

Color information

#2B009F (or 0x2B009F) is unknown color: approx Ultramarine. HEX triplet: 2B, 00 and 9F. RGB value is (43,0,159). Sum of RGB (Red+Green+Blue) = 43+0+159=202 (26% of max value = 765). Red value is 43 (17.19% from 255 or 21.29% from 202); Green value is 0 (0.39% from 255 or 0% from 202); Blue value is 159 (62.5% from 255 or 78.71% from 202); Max value from RGB is 159 - color contains mainly: blue. Hex color #2B009F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B009F is #D4FF60. Grayscale: #1E1E1E. Windows color (decimal): -13959009 or 10420267. OLE color: 10420267.

HSL color Cylindrical-coordinate representation of color #2B009F: hue angle of 256.23º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2B009F is Cyan = 0.73, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB430159-
CMYK0.73100.38
HSL256.23º100%31.18%-
HSV(B)256.23º100%62.35%-
XYZ7.253.0233-
YUV30.98200.25136.57-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 21.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 78.71%
R=21.29%
G=0%
B=78.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4301590.73100.38256.2310031.18
Hex2B09F4964026100641f
Octal53023711114404640014437
Binary101011010011111100100111001000100110100000000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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