Html Css Color HEX #1B058A Ultramarine

📋 copy color: '#1B058A'

red 27 ◦ green 5 ◦ blue 138

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

Shades of Ultramarine #1B058A

Tints of Ultramarine #1B058A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.94%

 BLUE value IS 138 (54.3% from 255) = 81.18%

R = 15.88%
G = 2.94%
B = 81.18%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1B058A (or 0x1B058A) is known color: Ultramarine. HEX triplet: 1B, 05 and 8A. RGB value is (27,5,138). Sum of RGB (Red+Green+Blue) = 27+5+138=170 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.88% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 138 (54.30% from 255 or 81.18% from 170); Max value from RGB is 138 - color contains mainly: blue. Hex color #1B058A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B058A is #E4FA75. Grayscale: #1A1A1A. Windows color (decimal): -15006326 or 9045275. OLE color: 9045275.

HSL color Cylindrical-coordinate representation of color #1B058A: hue angle of 249.92º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B058A is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 27 5 138 -
CMYK 0.80 0.96 0 0.46
HSL 249.92º 0.93% 0.28% -
HSV(B) 249.92º 0.96% 0.54% -
XYZ 5.09 2.18 24.2 -
YUV 26.74 190.79 128.19 -
System Red Green Blue C M Y K H S L
Decimal 27 5 138 0.80 0.96 0 0.46 249.92 0.93 0.28
Hex 1B 5 8A 50 60 0 2E FA 5D 1C
Octal 33 5 212 120 140 0 56 372 135 34
Binary 11011 101 10001010 1010000 1100000 0 101110 11111010 1011101 11100

Color Harmonies of #1B058A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B058A

Black with #1B058A

Text Example


Text Example

White with #1B058A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,5,138); }

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

background-color css

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

 a { background-color: rgb(27,5,138); }

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

border-color css

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

 span { border-color: rgb(27,5,138); }

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