#1B1CA7

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

Shades of Ultramarine #1B1CA7

Tints of Ultramarine #1B1CA7

Color information

#1B1CA7 (or 0x1B1CA7) is unknown color: approx Ultramarine. HEX triplet: 1B, 1C and A7. RGB value is (27,28,167). Sum of RGB (Red+Green+Blue) = 27+28+167=222 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.16% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 167 (65.62% from 255 or 75.23% from 222); Max value from RGB is 167 - color contains mainly: blue. Hex color #1B1CA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B1CA7 is #E4E358. Grayscale: #2A2A2A. Windows color (decimal): -15000409 or 10951707. OLE color: 10951707.

HSL color Cylindrical-coordinate representation of color #1B1CA7: hue angle of 239.57º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B1CA7 is Cyan = 0.84, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2728167-
CMYK0.840.8300.35
HSL239.57º72.16%38.04%-
HSV(B)239.57º83.83%65.49%-
XYZ7.843.8536.89-
YUV43.55197.67116.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.16%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 167 (65.62% from 255) = 75.23%
R=12.16%
G=12.61%
B=75.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27281670.840.8300.35239.5772.1638.04
Hex1B1CA75453023f04826
Octal333424712412304336011046
Binary110111110010100111101010010100110100011111100001001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,28,167); }

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

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

 a { background-color: rgb(27,28,167); }

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

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

 span { border-color: rgb(27,28,167); }

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