Html Css Color HEX #220CAA Ultramarine

📋 copy color: '#220CAA'

red 34 ◦ green 12 ◦ blue 170

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

Shades of Ultramarine #220CAA

Tints of Ultramarine #220CAA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.56%

 BLUE value IS 170 (66.8% from 255) = 78.7%

R = 15.74%
G = 5.56%
B = 78.7%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#220CAA (or 0x220CAA) is known color: Ultramarine. HEX triplet: 22, 0C and AA. RGB value is (34,12,170). Sum of RGB (Red+Green+Blue) = 34+12+170=216 (28% of max value = 765). Red value is 34 (13.67% from 255 or 15.74% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 170 (66.80% from 255 or 78.70% from 216); Max value from RGB is 170 - color contains mainly: blue. Hex color #220CAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220CAA is #DDF355. Grayscale: #232323. Windows color (decimal): -14545750 or 11144226. OLE color: 11144226.

HSL color Cylindrical-coordinate representation of color #220CAA: hue angle of 248.35º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #220CAA is Cyan = 0.80, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 34 12 170 -
CMYK 0.80 0.93 0 0.33
HSL 248.35º 0.87% 0.36% -
HSV(B) 248.35º 0.93% 0.67% -
XYZ 8.05 3.51 38.28 -
YUV 36.59 203.29 126.15 -
System Red Green Blue C M Y K H S L
Decimal 34 12 170 0.80 0.93 0 0.33 248.35 0.87 0.36
Hex 22 C AA 50 5D 0 21 F8 57 24
Octal 42 14 252 120 135 0 41 370 127 44
Binary 100010 1100 10101010 1010000 1011101 0 100001 11111000 1010111 100100

Color Harmonies of #220CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220CAA

Black with #220CAA

Text Example


Text Example

White with #220CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,12,170); }

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

background-color css

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

 a { background-color: rgb(34,12,170); }

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

border-color css

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

 span { border-color: rgb(34,12,170); }

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