Html Css Color HEX #221485 Ultramarine

📋 copy color: '#221485'

red 34 ◦ green 20 ◦ blue 133

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

Shades of Ultramarine #221485

Tints of Ultramarine #221485

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

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

R = 18.18%
G = 10.7%
B = 71.12%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#221485 (or 0x221485) is known color: Ultramarine. HEX triplet: 22, 14 and 85. RGB value is (34,20,133). Sum of RGB (Red+Green+Blue) = 34+20+133=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #221485 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #221485 is #DDEB7A. Grayscale: #242424. Windows color (decimal): -14543739 or 8721442. OLE color: 8721442.

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

Color convert

RGB 34 20 133 -
CMYK 0.74 0.85 0 0.48
HSL 247.43º 0.74% 0.3% -
HSV(B) 247.43º 0.85% 0.52% -
XYZ 5.14 2.53 22.41 -
YUV 37.07 182.14 125.81 -
System Red Green Blue C M Y K H S L
Decimal 34 20 133 0.74 0.85 0 0.48 247.43 0.74 0.3
Hex 22 14 85 4A 55 0 30 F7 4A 1E
Octal 42 24 205 112 125 0 60 367 112 36
Binary 100010 10100 10000101 1001010 1010101 0 110000 11110111 1001010 11110

Color Harmonies of #221485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221485

Black with #221485

Text Example


Text Example

White with #221485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221485; }

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

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

background-color css

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

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

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

border-color css

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

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

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