#2109B4

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

Shades of Ultramarine #2109B4

Tints of Ultramarine #2109B4

Color information

#2109B4 (or 0x2109B4) is unknown color: approx Ultramarine. HEX triplet: 21, 09 and B4. RGB value is (33,9,180). Sum of RGB (Red+Green+Blue) = 33+9+180=222 (29% of max value = 765). Red value is 33 (13.28% from 255 or 14.86% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 180 (70.70% from 255 or 81.08% from 222); Max value from RGB is 180 - color contains mainly: blue. Hex color #2109B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2109B4 is #DEF64B. Grayscale: #232323. Windows color (decimal): -14612044 or 11798817. OLE color: 11798817.

HSL color Cylindrical-coordinate representation of color #2109B4: hue angle of 248.42º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2109B4 is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB339180-
CMYK0.820.9500.29
HSL248.42º90.48%37.06%-
HSV(B)248.42º95%70.59%-
XYZ8.963.8143.44-
YUV35.67209.45126.1-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 14.86%
GREEN value IS 9 (3.91% from 255) = 4.05%
BLUE value IS 180 (70.70% from 255) = 81.08%
R=14.86%
G=4.05%
B=81.08%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3391800.820.9500.29248.4290.4837.06
Hex219B4525F01Df85a25
Octal411126412213703537013245
Binary10000110011011010010100101011111011101111110001011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2109B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2109B4; }

 p { color: rgb(33,9,180); }

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

<style>
 a { background-color: #2109B4; }

 a { background-color: rgb(33,9,180); }

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

<style>
 span { border-color: #2109B4; }

 span { border-color: rgb(33,9,180); }

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