Html Css Color HEX #1C218C Ultramarine

📋 copy color: '#1C218C'

red 28 ◦ green 33 ◦ blue 140

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

Shades of Ultramarine #1C218C

Tints of Ultramarine #1C218C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 69.65%

R = 13.93%
G = 16.42%
B = 69.65%

CMYK

 C value IS 0.80

 M value IS 0.76

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#1C218C (or 0x1C218C) is known color: Ultramarine. HEX triplet: 1C, 21 and 8C. RGB value is (28,33,140). Sum of RGB (Red+Green+Blue) = 28+33+140=201 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.93% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 140 (55.08% from 255 or 69.65% from 201); Max value from RGB is 140 - color contains mainly: blue. Hex color #1C218C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C218C is #E3DE73. Grayscale: #2B2B2B. Windows color (decimal): -14933620 or 9183516. OLE color: 9183516.

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

Color convert

RGB 28 33 140 -
CMYK 0.80 0.76 0 0.45
HSL 237.32º 0.67% 0.33% -
HSV(B) 237.32º 0.8% 0.55% -
XYZ 5.76 3.23 25.13 -
YUV 43.7 182.34 116.8 -
System Red Green Blue C M Y K H S L
Decimal 28 33 140 0.80 0.76 0 0.45 237.32 0.67 0.33
Hex 1C 21 8C 50 4C 0 2D ED 43 21
Octal 34 41 214 120 114 0 55 355 103 41
Binary 11100 100001 10001100 1010000 1001100 0 101101 11101101 1000011 100001

Color Harmonies of #1C218C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C218C

Black with #1C218C

Text Example


Text Example

White with #1C218C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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