Html Css Color HEX #1B0592 Ultramarine

📋 copy color: '#1B0592'

red 27 ◦ green 5 ◦ blue 146

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

Shades of Ultramarine #1B0592

Tints of Ultramarine #1B0592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 82.02%

R = 15.17%
G = 2.81%
B = 82.02%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1B0592 (or 0x1B0592) is known color: Ultramarine. HEX triplet: 1B, 05 and 92. RGB value is (27,5,146). Sum of RGB (Red+Green+Blue) = 27+5+146=178 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.17% from 178); Green value is 5 (2.34% from 255 or 2.81% from 178); Blue value is 146 (57.42% from 255 or 82.02% from 178); Max value from RGB is 146 - color contains mainly: blue. Hex color #1B0592 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B0592 is #E4FA6D. Grayscale: #1B1B1B. Windows color (decimal): -15006318 or 9569563. OLE color: 9569563.

HSL color Cylindrical-coordinate representation of color #1B0592: hue angle of 249.36º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B0592 is Cyan = 0.82, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 27 5 146 -
CMYK 0.82 0.97 0 0.43
HSL 249.36º 0.93% 0.3% -
HSV(B) 249.36º 0.97% 0.57% -
XYZ 5.69 2.42 27.36 -
YUV 27.65 194.79 127.54 -
System Red Green Blue C M Y K H S L
Decimal 27 5 146 0.82 0.97 0 0.43 249.36 0.93 0.3
Hex 1B 5 92 52 61 0 2B F9 5D 1E
Octal 33 5 222 122 141 0 53 371 135 36
Binary 11011 101 10010010 1010010 1100001 0 101011 11111001 1011101 11110

Color Harmonies of #1B0592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B0592

Black with #1B0592

Text Example


Text Example

White with #1B0592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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