Html Css Color HEX #1C0992 Ultramarine

📋 copy color: '#1C0992'

red 28 ◦ green 9 ◦ blue 146

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

Shades of Ultramarine #1C0992

Tints of Ultramarine #1C0992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

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

R = 15.3%
G = 4.92%
B = 79.78%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#1C0992 (or 0x1C0992) is known color: Ultramarine. HEX triplet: 1C, 09 and 92. RGB value is (28,9,146). Sum of RGB (Red+Green+Blue) = 28+9+146=183 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.30% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 146 (57.42% from 255 or 79.78% from 183); Max value from RGB is 146 - color contains mainly: blue. Hex color #1C0992 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0992 is #E3F66D. Grayscale: #1D1D1D. Windows color (decimal): -14939758 or 9570588. OLE color: 9570588.

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

Color convert

RGB 28 9 146 -
CMYK 0.81 0.94 0 0.43
HSL 248.32º 0.88% 0.3% -
HSV(B) 248.32º 0.94% 0.57% -
XYZ 5.76 2.52 27.38 -
YUV 30.3 193.29 126.36 -
System Red Green Blue C M Y K H S L
Decimal 28 9 146 0.81 0.94 0 0.43 248.32 0.88 0.3
Hex 1C 9 92 51 5E 0 2B F8 58 1E
Octal 34 11 222 121 136 0 53 370 130 36
Binary 11100 1001 10010010 1010001 1011110 0 101011 11111000 1011000 11110

Color Harmonies of #1C0992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0992

Black with #1C0992

Text Example


Text Example

White with #1C0992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,9,146); }

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

background-color css

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

 a { background-color: rgb(28,9,146); }

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

border-color css

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

 span { border-color: rgb(28,9,146); }

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