Html Css Color HEX #1C1999 Ultramarine

📋 copy color: '#1C1999'

red 28 ◦ green 25 ◦ blue 153

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

Shades of Ultramarine #1C1999

Tints of Ultramarine #1C1999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.14%

 BLUE value IS 153 (60.16% from 255) = 74.27%

R = 13.59%
G = 12.14%
B = 74.27%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#1C1999 (or 0x1C1999) is known color: Ultramarine. HEX triplet: 1C, 19 and 99. RGB value is (28,25,153). Sum of RGB (Red+Green+Blue) = 28+25+153=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #1C1999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C1999 is #E3E666. Grayscale: #272727. Windows color (decimal): -14935655 or 10033436. OLE color: 10033436.

HSL color Cylindrical-coordinate representation of color #1C1999: hue angle of 241.41º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C1999 is Cyan = 0.82, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 28 25 153 -
CMYK 0.82 0.84 0 0.4
HSL 241.41º 0.72% 0.35% -
HSV(B) 241.41º 0.84% 0.6% -
XYZ 6.58 3.24 30.42 -
YUV 40.49 191.49 119.09 -
System Red Green Blue C M Y K H S L
Decimal 28 25 153 0.82 0.84 0 0.4 241.41 0.72 0.35
Hex 1C 19 99 52 54 0 28 F1 48 23
Octal 34 31 231 122 124 0 50 361 110 43
Binary 11100 11001 10011001 1010010 1010100 0 101000 11110001 1001000 100011

Color Harmonies of #1C1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C1999

Black with #1C1999

Text Example


Text Example

White with #1C1999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,25,153); }

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

background-color css

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

 a { background-color: rgb(28,25,153); }

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

border-color css

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

 span { border-color: rgb(28,25,153); }

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