Html Css Color HEX #1C0184 Ultramarine

📋 copy color: '#1C0184'

red 28 ◦ green 1 ◦ blue 132

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

Shades of Ultramarine #1C0184

Tints of Ultramarine #1C0184

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

 BLUE value IS 132 (51.95% from 255) = 81.99%

R = 17.39%
G = 0.62%
B = 81.99%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#1C0184 (or 0x1C0184) is known color: Ultramarine. HEX triplet: 1C, 01 and 84. RGB value is (28,1,132). Sum of RGB (Red+Green+Blue) = 28+1+132=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 132 (51.95% from 255 or 81.99% from 161); Max value from RGB is 132 - color contains mainly: blue. Hex color #1C0184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C0184 is #E3FE7B. Grayscale: #171717. Windows color (decimal): -14941820 or 8651036. OLE color: 8651036.

HSL color Cylindrical-coordinate representation of color #1C0184: hue angle of 252.37º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1C0184 is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 28 1 132 -
CMYK 0.79 0.99 0 0.48
HSL 252.37º 0.98% 0.26% -
HSV(B) 252.37º 0.99% 0.52% -
XYZ 4.65 1.93 21.96 -
YUV 24.01 188.95 130.85 -
System Red Green Blue C M Y K H S L
Decimal 28 1 132 0.79 0.99 0 0.48 252.37 0.98 0.26
Hex 1C 1 84 4F 63 0 30 FC 62 1A
Octal 34 1 204 117 143 0 60 374 142 32
Binary 11100 1 10000100 1001111 1100011 0 110000 11111100 1100010 11010

Color Harmonies of #1C0184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0184

Black with #1C0184

Text Example


Text Example

White with #1C0184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,1,132); }

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

background-color css

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

 a { background-color: rgb(28,1,132); }

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

border-color css

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

 span { border-color: rgb(28,1,132); }

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