Html Css Color HEX #1C009C Ultramarine

📋 copy color: '#1C009C'

red 28 ◦ green 0 ◦ blue 156

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

Shades of Ultramarine #1C009C

Tints of Ultramarine #1C009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 156 (61.33% from 255) = 84.78%

R = 15.22%
G = 0%
B = 84.78%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C009C (or 0x1C009C) is known color: Ultramarine. HEX triplet: 1C, 00 and 9C. RGB value is (28,0,156). Sum of RGB (Red+Green+Blue) = 28+0+156=184 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.22% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 156 (61.33% from 255 or 84.78% from 184); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C009C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C009C is #E3FF63. Grayscale: #191919. Windows color (decimal): -14942052 or 10223644. OLE color: 10223644.

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

Color convert

RGB 28 0 156 -
CMYK 0.82 1 0 0.39
HSL 250.77º 1% 0.31% -
HSV(B) 250.77º 1% 0.61% -
XYZ 6.48 2.65 31.62 -
YUV 26.16 201.28 129.32 -
System Red Green Blue C M Y K H S L
Decimal 28 0 156 0.82 1 0 0.39 250.77 1 0.31
Hex 1C 0 9C 52 64 0 27 FB 64 1F
Octal 34 0 234 122 144 0 47 373 144 37
Binary 11100 0 10011100 1010010 1100100 0 100111 11111011 1100100 11111

Color Harmonies of #1C009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C009C

Black with #1C009C

Text Example


Text Example

White with #1C009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,0,156); }

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

background-color css

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

 a { background-color: rgb(28,0,156); }

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

border-color css

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

 span { border-color: rgb(28,0,156); }

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