Html Css Color HEX #1B059C Ultramarine

📋 copy color: '#1B059C'

red 27 ◦ green 5 ◦ blue 156

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

Shades of Ultramarine #1B059C

Tints of Ultramarine #1B059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 82.98%

R = 14.36%
G = 2.66%
B = 82.98%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1B059C (or 0x1B059C) is known color: Ultramarine. HEX triplet: 1B, 05 and 9C. RGB value is (27,5,156). Sum of RGB (Red+Green+Blue) = 27+5+156=188 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.36% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 156 (61.33% from 255 or 82.98% from 188); Max value from RGB is 156 - color contains mainly: blue. Hex color #1B059C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B059C is #E4FA63. Grayscale: #1C1C1C. Windows color (decimal): -15006308 or 10224923. OLE color: 10224923.

HSL color Cylindrical-coordinate representation of color #1B059C: hue angle of 248.74º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1B059C is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 27 5 156 -
CMYK 0.83 0.97 0 0.39
HSL 248.74º 0.94% 0.32% -
HSV(B) 248.74º 0.97% 0.61% -
XYZ 6.51 2.74 31.64 -
YUV 28.79 199.79 126.72 -
System Red Green Blue C M Y K H S L
Decimal 27 5 156 0.83 0.97 0 0.39 248.74 0.94 0.32
Hex 1B 5 9C 53 61 0 27 F9 5E 20
Octal 33 5 234 123 141 0 47 371 136 40
Binary 11011 101 10011100 1010011 1100001 0 100111 11111001 1011110 100000

Color Harmonies of #1B059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B059C

Black with #1B059C

Text Example


Text Example

White with #1B059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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