Html Css Color HEX #220096 Ultramarine

📋 copy color: '#220096'

red 34 ◦ green 0 ◦ blue 150

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

Shades of Ultramarine #220096

Tints of Ultramarine #220096

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 150 (58.98% from 255) = 81.52%

R = 18.48%
G = 0%
B = 81.52%

CMYK

 C value IS 0.77

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#220096 (or 0x220096) is known color: Ultramarine. HEX triplet: 22, 00 and 96. RGB value is (34,0,150). Sum of RGB (Red+Green+Blue) = 34+0+150=184 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.48% from 184); Green value is 0 (0.39% from 255 or 0% from 184); Blue value is 150 (58.98% from 255 or 81.52% from 184); Max value from RGB is 150 - color contains mainly: blue. Hex color #220096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220096 is #DDFF69. Grayscale: #1A1A1A. Windows color (decimal): -14548842 or 9830434. OLE color: 9830434.

HSL color Cylindrical-coordinate representation of color #220096: hue angle of 253.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220096 is Cyan = 0.77, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 34 0 150 -
CMYK 0.77 1 0 0.41
HSL 253.6º 1% 0.29% -
HSV(B) 253.6º 1% 0.59% -
XYZ 6.16 2.54 29.02 -
YUV 27.27 197.26 132.8 -
System Red Green Blue C M Y K H S L
Decimal 34 0 150 0.77 1 0 0.41 253.6 1 0.29
Hex 22 0 96 4D 64 0 29 FE 64 1D
Octal 42 0 226 115 144 0 51 376 144 35
Binary 100010 0 10010110 1001101 1100100 0 101001 11111110 1100100 11101

Color Harmonies of #220096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220096

Black with #220096

Text Example


Text Example

White with #220096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220096; }

 p { color: rgb(34,0,150); }

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

background-color css

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

 a { background-color: rgb(34,0,150); }

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

border-color css

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

 span { border-color: rgb(34,0,150); }

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