#1B00AE

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

Shades of Ultramarine #1B00AE

Tints of Ultramarine #1B00AE

Color information

#1B00AE (or 0x1B00AE) is unknown color: approx Ultramarine. HEX triplet: 1B, 00 and AE. RGB value is (27,0,174). Sum of RGB (Red+Green+Blue) = 27+0+174=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 174 (68.36% from 255 or 86.57% from 201); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B00AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B00AE is #E4FF51. Grayscale: #1B1B1B. Windows color (decimal): -15007570 or 11403291. OLE color: 11403291.

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

Color convert

RGB270174-
CMYK0.84100.32
HSL249.31º100%34.12%-
HSV(B)249.31º100%68.24%-
XYZ8.093.2940.25-
YUV27.91210.45127.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 13.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 86.57%
R=13.43%
G=0%
B=86.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2701740.84100.32249.3110034.12
Hex1B0AE5464020f96422
Octal33025612414404037114442
Binary11011010101110101010011001000100000111110011100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B00AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,0,174); }

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

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

 a { background-color: rgb(27,0,174); }

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

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

 span { border-color: rgb(27,0,174); }

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