Html Css Color HEX #1B0EA0 Ultramarine

📋 copy color: '#1B0EA0'

red 27 ◦ green 14 ◦ blue 160

#1B0EA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #1B0EA0

Tints of Ultramarine #1B0EA0

RGB

 RED value IS 27 (10.94% from 255) = 13.43%

 GREEN value IS 14 (5.86% from 255) = 6.97%

 BLUE value IS 160 (62.89% from 255) = 79.6%

R = 13.43%
G = 6.97%
B = 79.6%

CMYK

 C value IS 0.83

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1B0EA0 (or 0x1B0EA0) is known color: Ultramarine. HEX triplet: 1B, 0E and A0. RGB value is (27,14,160). Sum of RGB (Red+Green+Blue) = 27+14+160=201 (26% of max value = 765). Red value is 27 (10.94% from 255 or 13.43% from 201); Green value is 14 (5.86% from 255 or 6.97% from 201); Blue value is 160 (62.89% from 255 or 79.60% from 201); Max value from RGB is 160 - color contains mainly: blue. Hex color #1B0EA0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0EA0 is #E4F15F. Grayscale: #212121. Windows color (decimal): -15004000 or 10489371. OLE color: 10489371.

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

Color convert

RGB 27 14 160 -
CMYK 0.83 0.91 0 0.37
HSL 245.34º 0.84% 0.34% -
HSV(B) 245.34º 0.91% 0.63% -
XYZ 6.95 3.09 33.49 -
YUV 34.53 198.81 122.63 -
System Red Green Blue C M Y K H S L
Decimal 27 14 160 0.83 0.91 0 0.37 245.34 0.84 0.34
Hex 1B E A0 53 5B 0 25 F5 54 22
Octal 33 16 240 123 133 0 45 365 124 42
Binary 11011 1110 10100000 1010011 1011011 0 100101 11110101 1010100 100010

Color Harmonies of #1B0EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0EA0

Black with #1B0EA0

Text Example


Text Example

White with #1B0EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,14,160); }

 H1.HeaderClassName
 {
   color: #1B0EA0;
 }
 .AnyTagClassName
 {
   color: #1B0EA0;
 }
</style>

background-color css

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

 a { background-color: rgb(27,14,160); }

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

border-color css

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

 span { border-color: rgb(27,14,160); }

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