#1B14A4

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

Shades of Ultramarine #1B14A4

Tints of Ultramarine #1B14A4

Color information

#1B14A4 (or 0x1B14A4) is unknown color: approx Ultramarine. HEX triplet: 1B, 14 and A4. RGB value is (27,20,164). Sum of RGB (Red+Green+Blue) = 27+20+164=211 (27% of max value = 765). Red value is 27 (10.94% from 255 or 12.80% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 164 (64.45% from 255 or 77.73% from 211); Max value from RGB is 164 - color contains mainly: blue. Hex color #1B14A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B14A4 is #E4EB5B. Grayscale: #252525. Windows color (decimal): -15002460 or 10753051. OLE color: 10753051.

HSL color Cylindrical-coordinate representation of color #1B14A4: hue angle of 242.92º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B14A4 is Cyan = 0.84, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB2720164-
CMYK0.840.8800.36
HSL242.92º78.26%36.08%-
HSV(B)242.92º87.8%64.31%-
XYZ7.43.4135.39-
YUV38.51198.82119.79-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.80%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 164 (64.45% from 255) = 77.73%
R=12.80%
G=9.48%
B=77.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal27201640.840.8800.36242.9278.2636.08
Hex1B14A45458024f34e24
Octal332424412413004436311644
Binary110111010010100100101010010110000100100111100111001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B14A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,20,164); }

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

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

 a { background-color: rgb(27,20,164); }

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

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

 span { border-color: rgb(27,20,164); }

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