Html Css Color HEX #1C218F Ultramarine

📋 copy color: '#1C218F'

red 28 ◦ green 33 ◦ blue 143

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

Shades of Ultramarine #1C218F

Tints of Ultramarine #1C218F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 70.1%

R = 13.73%
G = 16.18%
B = 70.1%

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

#1C218F (or 0x1C218F) is known color: Ultramarine. HEX triplet: 1C, 21 and 8F. RGB value is (28,33,143). Sum of RGB (Red+Green+Blue) = 28+33+143=204 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.73% from 204); Green value is 33 (13.28% from 255 or 16.18% from 204); Blue value is 143 (56.25% from 255 or 70.10% from 204); Max value from RGB is 143 - color contains mainly: blue. Hex color #1C218F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C218F is #E3DE70. Grayscale: #2B2B2B. Windows color (decimal): -14933617 or 9380124. OLE color: 9380124.

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

Color convert

RGB 28 33 143 -
CMYK 0.80 0.77 0 0.44
HSL 237.39º 0.67% 0.34% -
HSV(B) 237.39º 0.8% 0.56% -
XYZ 5.98 3.32 26.31 -
YUV 44.05 183.84 116.56 -
System Red Green Blue C M Y K H S L
Decimal 28 33 143 0.80 0.77 0 0.44 237.39 0.67 0.34
Hex 1C 21 8F 50 4D 0 2C ED 43 22
Octal 34 41 217 120 115 0 54 355 103 42
Binary 11100 100001 10001111 1010000 1001101 0 101100 11101101 1000011 100010

Color Harmonies of #1C218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C218F

Black with #1C218F

Text Example


Text Example

White with #1C218F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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