Html Css Color HEX #1C218B Ultramarine

📋 copy color: '#1C218B'

red 28 ◦ green 33 ◦ blue 139

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

Shades of Ultramarine #1C218B

Tints of Ultramarine #1C218B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 69.5%

R = 14%
G = 16.5%
B = 69.5%

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

#1C218B (or 0x1C218B) is known color: Ultramarine. HEX triplet: 1C, 21 and 8B. RGB value is (28,33,139). Sum of RGB (Red+Green+Blue) = 28+33+139=200 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 139 (54.69% from 255 or 69.5% from 200); Max value from RGB is 139 - color contains mainly: blue. Hex color #1C218B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C218B is #E3DE74. Grayscale: #2B2B2B. Windows color (decimal): -14933621 or 9117980. OLE color: 9117980.

HSL color Cylindrical-coordinate representation of color #1C218B: hue angle of 237.3º degrees, saturation: 0.66, 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 #1C218B is Cyan = 0.80, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 28 33 139 -
CMYK 0.80 0.76 0 0.45
HSL 237.3º 0.66% 0.33% -
HSV(B) 237.3º 0.8% 0.55% -
XYZ 5.68 3.2 24.74 -
YUV 43.59 181.84 116.88 -
System Red Green Blue C M Y K H S L
Decimal 28 33 139 0.80 0.76 0 0.45 237.3 0.66 0.33
Hex 1C 21 8B 50 4C 0 2D ED 42 21
Octal 34 41 213 120 114 0 55 355 102 41
Binary 11100 100001 10001011 1010000 1001100 0 101101 11101101 1000010 100001

Color Harmonies of #1C218B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C218B

Black with #1C218B

Text Example


Text Example

White with #1C218B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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