Html Css Color HEX #1C059B Ultramarine

📋 copy color: '#1C059B'

red 28 ◦ green 5 ◦ blue 155

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

Shades of Ultramarine #1C059B

Tints of Ultramarine #1C059B

RGB

 RED value IS 28 (11.33% from 255) = 14.89%

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

 BLUE value IS 155 (60.94% from 255) = 82.45%

R = 14.89%
G = 2.66%
B = 82.45%

CMYK

 C value IS 0.82

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C059B (or 0x1C059B) is known color: Ultramarine. HEX triplet: 1C, 05 and 9B. RGB value is (28,5,155). Sum of RGB (Red+Green+Blue) = 28+5+155=188 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.89% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 155 (60.94% from 255 or 82.45% from 188); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C059B is #E3FA64. Grayscale: #1C1C1C. Windows color (decimal): -14940773 or 10159388. OLE color: 10159388.

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

Color convert

RGB 28 5 155 -
CMYK 0.82 0.97 0 0.39
HSL 249.2º 0.94% 0.31% -
HSV(B) 249.2º 0.97% 0.61% -
XYZ 6.45 2.72 31.2 -
YUV 28.98 199.12 127.3 -
System Red Green Blue C M Y K H S L
Decimal 28 5 155 0.82 0.97 0 0.39 249.2 0.94 0.31
Hex 1C 5 9B 52 61 0 27 F9 5E 1F
Octal 34 5 233 122 141 0 47 371 136 37
Binary 11100 101 10011011 1010010 1100001 0 100111 11111001 1011110 11111

Color Harmonies of #1C059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C059B

Black with #1C059B

Text Example


Text Example

White with #1C059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,5,155); }

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

background-color css

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

 a { background-color: rgb(28,5,155); }

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

border-color css

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

 span { border-color: rgb(28,5,155); }

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