Html Css Color HEX #220F84 Ultramarine

📋 copy color: '#220F84'

red 34 ◦ green 15 ◦ blue 132

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

Shades of Ultramarine #220F84

Tints of Ultramarine #220F84

RGB

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

 GREEN value IS 15 (6.25% from 255) = 8.29%

 BLUE value IS 132 (51.95% from 255) = 72.93%

R = 18.78%
G = 8.29%
B = 72.93%

CMYK

 C value IS 0.74

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#220F84 (or 0x220F84) is known color: Ultramarine. HEX triplet: 22, 0F and 84. RGB value is (34,15,132). Sum of RGB (Red+Green+Blue) = 34+15+132=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 132 (51.95% from 255 or 72.93% from 181); Max value from RGB is 132 - color contains mainly: blue. Hex color #220F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220F84 is #DDF07B. Grayscale: #212121. Windows color (decimal): -14545020 or 8654626. OLE color: 8654626.

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

Color convert

RGB 34 15 132 -
CMYK 0.74 0.89 0 0.48
HSL 249.74º 0.8% 0.29% -
HSV(B) 249.74º 0.89% 0.52% -
XYZ 5 2.35 22.02 -
YUV 34.02 183.29 127.99 -
System Red Green Blue C M Y K H S L
Decimal 34 15 132 0.74 0.89 0 0.48 249.74 0.8 0.29
Hex 22 F 84 4A 59 0 30 FA 50 1D
Octal 42 17 204 112 131 0 60 372 120 35
Binary 100010 1111 10000100 1001010 1011001 0 110000 11111010 1010000 11101

Color Harmonies of #220F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220F84

Black with #220F84

Text Example


Text Example

White with #220F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220F84; }

 p { color: rgb(34,15,132); }

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

background-color css

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

 a { background-color: rgb(34,15,132); }

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

border-color css

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

 span { border-color: rgb(34,15,132); }

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