Html Css Color HEX #220485 Ultramarine

📋 copy color: '#220485'

red 34 ◦ green 4 ◦ blue 133

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

Shades of Ultramarine #220485

Tints of Ultramarine #220485

RGB

 RED value IS 34 (13.67% from 255) = 19.88%

 GREEN value IS 4 (1.95% from 255) = 2.34%

 BLUE value IS 133 (52.34% from 255) = 77.78%

R = 19.88%
G = 2.34%
B = 77.78%

CMYK

 C value IS 0.74

 M value IS 0.97

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#220485 (or 0x220485) is known color: Ultramarine. HEX triplet: 22, 04 and 85. RGB value is (34,4,133). Sum of RGB (Red+Green+Blue) = 34+4+133=171 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.88% from 171); Green value is 4 (1.95% from 255 or 2.34% from 171); Blue value is 133 (52.34% from 255 or 77.78% from 171); Max value from RGB is 133 - color contains mainly: blue. Hex color #220485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220485 is #DDFB7A. Grayscale: #1B1B1B. Windows color (decimal): -14547835 or 8717346. OLE color: 8717346.

HSL color Cylindrical-coordinate representation of color #220485: hue angle of 253.95º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #220485 is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 34 4 133 -
CMYK 0.74 0.97 0 0.48
HSL 253.95º 0.94% 0.27% -
HSV(B) 253.95º 0.97% 0.52% -
XYZ 4.94 2.12 22.34 -
YUV 27.68 187.44 132.51 -
System Red Green Blue C M Y K H S L
Decimal 34 4 133 0.74 0.97 0 0.48 253.95 0.94 0.27
Hex 22 4 85 4A 61 0 30 FE 5E 1B
Octal 42 4 205 112 141 0 60 376 136 33
Binary 100010 100 10000101 1001010 1100001 0 110000 11111110 1011110 11011

Color Harmonies of #220485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220485

Black with #220485

Text Example


Text Example

White with #220485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220485; }

 p { color: rgb(34,4,133); }

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

background-color css

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

 a { background-color: rgb(34,4,133); }

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

border-color css

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

 span { border-color: rgb(34,4,133); }

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