#1B0D84

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

Shades of Ultramarine #1B0D84

Tints of Ultramarine #1B0D84

Color information

#1B0D84 (or 0x1B0D84) is unknown color: approx Ultramarine. HEX triplet: 1B, 0D and 84. RGB value is (27,13,132). Sum of RGB (Red+Green+Blue) = 27+13+132=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 132 (51.95% from 255 or 76.74% from 172); Max value from RGB is 132 - color contains mainly: blue. Hex color #1B0D84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0D84 is #E4F27B. Grayscale: #1E1E1E. Windows color (decimal): -15004284 or 8654107. OLE color: 8654107.

HSL color Cylindrical-coordinate representation of color #1B0D84: hue angle of 247.06º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1B0D84 is Cyan = 0.80, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2713132-
CMYK0.800.9000.48
HSL247.06º82.07%28.43%-
HSV(B)247.06º90.15%51.76%-
XYZ4.762.1922-
YUV30.75185.14125.32-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.70%
GREEN value IS 13 (5.47% from 255) = 7.56%
BLUE value IS 132 (51.95% from 255) = 76.74%
R=15.70%
G=7.56%
B=76.74%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal27131320.800.9000.48247.0682.0728.43
Hex1BD84505A030f7521c
Octal331520412013206036712234
Binary1101111011000010010100001011010011000011110111101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B0D84; }

 p { color: rgb(27,13,132); }

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

<style>
 a { background-color: #1B0D84; }

 a { background-color: rgb(27,13,132); }

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

<style>
 span { border-color: #1B0D84; }

 span { border-color: rgb(27,13,132); }

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