Html Css Color HEX #1B059D Ultramarine

📋 copy color: '#1B059D'

red 27 ◦ green 5 ◦ blue 157

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

Shades of Ultramarine #1B059D

Tints of Ultramarine #1B059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 83.07%

R = 14.29%
G = 2.65%
B = 83.07%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1B059D (or 0x1B059D) is known color: Ultramarine. HEX triplet: 1B, 05 and 9D. RGB value is (27,5,157). Sum of RGB (Red+Green+Blue) = 27+5+157=189 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.29% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 157 (61.72% from 255 or 83.07% from 189); Max value from RGB is 157 - color contains mainly: blue. Hex color #1B059D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B059D is #E4FA62. Grayscale: #1C1C1C. Windows color (decimal): -15006307 or 10290459. OLE color: 10290459.

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

Color convert

RGB 27 5 157 -
CMYK 0.83 0.97 0 0.38
HSL 248.68º 0.94% 0.32% -
HSV(B) 248.68º 0.97% 0.62% -
XYZ 6.59 2.78 32.09 -
YUV 28.91 200.29 126.64 -
System Red Green Blue C M Y K H S L
Decimal 27 5 157 0.83 0.97 0 0.38 248.68 0.94 0.32
Hex 1B 5 9D 53 61 0 26 F9 5E 20
Octal 33 5 235 123 141 0 46 371 136 40
Binary 11011 101 10011101 1010011 1100001 0 100110 11111001 1011110 100000

Color Harmonies of #1B059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B059D

Black with #1B059D

Text Example


Text Example

White with #1B059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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