Html Css Color HEX #1C029D Ultramarine

📋 copy color: '#1C029D'

red 28 ◦ green 2 ◦ blue 157

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

Shades of Ultramarine #1C029D

Tints of Ultramarine #1C029D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 83.96%

R = 14.97%
G = 1.07%
B = 83.96%

CMYK

 C value IS 0.82

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#1C029D (or 0x1C029D) is known color: Ultramarine. HEX triplet: 1C, 02 and 9D. RGB value is (28,2,157). Sum of RGB (Red+Green+Blue) = 28+2+157=187 (24% of max value = 765). Red value is 28 (11.33% from 255 or 14.97% from 187); Green value is 2 (1.17% from 255 or 1.07% from 187); Blue value is 157 (61.72% from 255 or 83.96% from 187); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C029D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C029D is #E3FD62. Grayscale: #1A1A1A. Windows color (decimal): -14941539 or 10289692. OLE color: 10289692.

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

Color convert

RGB 28 2 157 -
CMYK 0.82 0.99 0 0.38
HSL 250.06º 0.97% 0.31% -
HSV(B) 250.06º 0.99% 0.62% -
XYZ 6.59 2.72 32.08 -
YUV 27.44 201.11 128.4 -
System Red Green Blue C M Y K H S L
Decimal 28 2 157 0.82 0.99 0 0.38 250.06 0.97 0.31
Hex 1C 2 9D 52 63 0 26 FA 61 1F
Octal 34 2 235 122 143 0 46 372 141 37
Binary 11100 10 10011101 1010010 1100011 0 100110 11111010 1100001 11111

Color Harmonies of #1C029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C029D

Black with #1C029D

Text Example


Text Example

White with #1C029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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