Html Css Color HEX #1C218E Ultramarine

📋 copy color: '#1C218E'

red 28 ◦ green 33 ◦ blue 142

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

Shades of Ultramarine #1C218E

Tints of Ultramarine #1C218E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.26%

 BLUE value IS 142 (55.86% from 255) = 69.95%

R = 13.79%
G = 16.26%
B = 69.95%

CMYK

 C value IS 0.80

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#1C218E (or 0x1C218E) is known color: Ultramarine. HEX triplet: 1C, 21 and 8E. RGB value is (28,33,142). Sum of RGB (Red+Green+Blue) = 28+33+142=203 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.79% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 142 (55.86% from 255 or 69.95% from 203); Max value from RGB is 142 - color contains mainly: blue. Hex color #1C218E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C218E is #E3DE71. Grayscale: #2B2B2B. Windows color (decimal): -14933618 or 9314588. OLE color: 9314588.

HSL color Cylindrical-coordinate representation of color #1C218E: hue angle of 237.37º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1C218E is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 28 33 142 -
CMYK 0.80 0.77 0 0.44
HSL 237.37º 0.67% 0.33% -
HSV(B) 237.37º 0.8% 0.56% -
XYZ 5.91 3.29 25.91 -
YUV 43.93 183.34 116.64 -
System Red Green Blue C M Y K H S L
Decimal 28 33 142 0.80 0.77 0 0.44 237.37 0.67 0.33
Hex 1C 21 8E 50 4D 0 2C ED 43 21
Octal 34 41 216 120 115 0 54 355 103 41
Binary 11100 100001 10001110 1010000 1001101 0 101100 11101101 1000011 100001

Color Harmonies of #1C218E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C218E

Black with #1C218E

Text Example


Text Example

White with #1C218E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(28,33,142); }

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

background-color css

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

 a { background-color: rgb(28,33,142); }

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

border-color css

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

 span { border-color: rgb(28,33,142); }

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