Html Css Color HEX #1C219B Ultramarine

📋 copy color: '#1C219B'

red 28 ◦ green 33 ◦ blue 155

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

Shades of Ultramarine #1C219B

Tints of Ultramarine #1C219B

RGB

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

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

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

R = 12.96%
G = 15.28%
B = 71.76%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#1C219B (or 0x1C219B) is known color: Ultramarine. HEX triplet: 1C, 21 and 9B. RGB value is (28,33,155). Sum of RGB (Red+Green+Blue) = 28+33+155=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 155 (60.94% from 255 or 71.76% from 216); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C219B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C219B is #E3DE64. Grayscale: #2C2C2C. Windows color (decimal): -14933605 or 10166556. OLE color: 10166556.

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

Color convert

RGB 28 33 155 -
CMYK 0.82 0.79 0 0.39
HSL 237.64º 0.69% 0.36% -
HSV(B) 237.64º 0.82% 0.61% -
XYZ 6.94 3.7 31.36 -
YUV 45.41 189.84 115.58 -
System Red Green Blue C M Y K H S L
Decimal 28 33 155 0.82 0.79 0 0.39 237.64 0.69 0.36
Hex 1C 21 9B 52 4F 0 27 EE 45 24
Octal 34 41 233 122 117 0 47 356 105 44
Binary 11100 100001 10011011 1010010 1001111 0 100111 11101110 1000101 100100

Color Harmonies of #1C219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C219B

Black with #1C219B

Text Example


Text Example

White with #1C219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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