#1B04AD

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

Shades of Ultramarine #1B04AD

Tints of Ultramarine #1B04AD

Color information

#1B04AD (or 0x1B04AD) is unknown color: approx Ultramarine. HEX triplet: 1B, 04 and AD. RGB value is (27,4,173). Sum of RGB (Red+Green+Blue) = 27+4+173=204 (27% of max value = 765). Red value is 27 (10.94% from 255 or 13.24% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 173 (67.97% from 255 or 84.80% from 204); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B04AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B04AD is #E4FB52. Grayscale: #1D1D1D. Windows color (decimal): -15006547 or 11338779. OLE color: 11338779.

HSL color Cylindrical-coordinate representation of color #1B04AD: hue angle of 248.17º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B04AD is Cyan = 0.84, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB274173-
CMYK0.840.9800.32
HSL248.17º95.48%34.71%-
HSV(B)248.17º97.69%67.84%-
XYZ8.043.3439.76-
YUV30.14208.62125.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.24%
GREEN value IS 4 (1.95% from 255) = 1.96%
BLUE value IS 173 (67.97% from 255) = 84.80%
R=13.24%
G=1.96%
B=84.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2741730.840.9800.32248.1795.4834.71
Hex1B4AD5462020f85f23
Octal33425512414204037013743
Binary1101110010101101101010011000100100000111110001011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B04AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,4,173); }

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

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

 a { background-color: rgb(27,4,173); }

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

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

 span { border-color: rgb(27,4,173); }

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