Html Css Color HEX #1C029C Ultramarine

📋 copy color: '#1C029C'

red 28 ◦ green 2 ◦ blue 156

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

Shades of Ultramarine #1C029C

Tints of Ultramarine #1C029C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.08%

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

R = 15.05%
G = 1.08%
B = 83.87%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C029C (or 0x1C029C) is known color: Ultramarine. HEX triplet: 1C, 02 and 9C. RGB value is (28,2,156). Sum of RGB (Red+Green+Blue) = 28+2+156=186 (24% of max value = 765). Red value is 28 (11.33% from 255 or 15.05% from 186); Green value is 2 (1.17% from 255 or 1.08% from 186); Blue value is 156 (61.33% from 255 or 83.87% from 186); Max value from RGB is 156 - color contains mainly: blue. Hex color #1C029C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C029C is #E3FD63. Grayscale: #1A1A1A. Windows color (decimal): -14941540 or 10224156. OLE color: 10224156.

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

Color convert

RGB 28 2 156 -
CMYK 0.82 0.99 0 0.39
HSL 250.13º 0.97% 0.31% -
HSV(B) 250.13º 0.99% 0.61% -
XYZ 6.5 2.69 31.63 -
YUV 27.33 200.61 128.48 -
System Red Green Blue C M Y K H S L
Decimal 28 2 156 0.82 0.99 0 0.39 250.13 0.97 0.31
Hex 1C 2 9C 52 63 0 27 FA 61 1F
Octal 34 2 234 122 143 0 47 372 141 37
Binary 11100 10 10011100 1010010 1100011 0 100111 11111010 1100001 11111

Color Harmonies of #1C029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C029C

Black with #1C029C

Text Example


Text Example

White with #1C029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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