#1B0699

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

Shades of Ultramarine #1B0699

Tints of Ultramarine #1B0699

Color information

#1B0699 (or 0x1B0699) is unknown color: approx Ultramarine. HEX triplet: 1B, 06 and 99. RGB value is (27,6,153). Sum of RGB (Red+Green+Blue) = 27+6+153=186 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.52% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 153 (60.16% from 255 or 82.26% from 186); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B0699 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0699 is #E4F966. Grayscale: #1C1C1C. Windows color (decimal): -15006055 or 10028571. OLE color: 10028571.

HSL color Cylindrical-coordinate representation of color #1B0699: hue angle of 248.57º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B0699 is Cyan = 0.82, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB276153-
CMYK0.820.9600.4
HSL248.57º92.45%31.18%-
HSV(B)248.57º96.08%60%-
XYZ6.272.6630.32-
YUV29.04197.96126.55-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.52%
GREEN value IS 6 (2.73% from 255) = 3.23%
BLUE value IS 153 (60.16% from 255) = 82.26%
R=14.52%
G=3.23%
B=82.26%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2761530.820.9600.4248.5792.4531.18
Hex1B6995260028f95c1f
Octal33623112214005037113437
Binary110111101001100110100101100000010100011111001101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,6,153); }

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

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

 a { background-color: rgb(27,6,153); }

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

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

 span { border-color: rgb(27,6,153); }

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