Html Css Color HEX #1C129B Ultramarine

📋 copy color: '#1C129B'

red 28 ◦ green 18 ◦ blue 155

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

Shades of Ultramarine #1C129B

Tints of Ultramarine #1C129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.96%

 BLUE value IS 155 (60.94% from 255) = 77.11%

R = 13.93%
G = 8.96%
B = 77.11%

CMYK

 C value IS 0.82

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C129B (or 0x1C129B) is known color: Ultramarine. HEX triplet: 1C, 12 and 9B. RGB value is (28,18,155). Sum of RGB (Red+Green+Blue) = 28+18+155=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 18 (7.42% from 255 or 8.96% from 201); Blue value is 155 (60.94% from 255 or 77.11% from 201); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C129B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C129B is #E3ED64. Grayscale: #242424. Windows color (decimal): -14937445 or 10162716. OLE color: 10162716.

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

Color convert

RGB 28 18 155 -
CMYK 0.82 0.88 0 0.39
HSL 244.38º 0.79% 0.34% -
HSV(B) 244.38º 0.88% 0.61% -
XYZ 6.61 3.05 31.25 -
YUV 36.61 194.81 121.86 -
System Red Green Blue C M Y K H S L
Decimal 28 18 155 0.82 0.88 0 0.39 244.38 0.79 0.34
Hex 1C 12 9B 52 58 0 27 F4 4F 22
Octal 34 22 233 122 130 0 47 364 117 42
Binary 11100 10010 10011011 1010010 1011000 0 100111 11110100 1001111 100010

Color Harmonies of #1C129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C129B

Black with #1C129B

Text Example


Text Example

White with #1C129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,18,155); }

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

background-color css

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

 a { background-color: rgb(28,18,155); }

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

border-color css

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

 span { border-color: rgb(28,18,155); }

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