Html Css Color HEX #220CAD Ultramarine

📋 copy color: '#220CAD'

red 34 ◦ green 12 ◦ blue 173

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

Shades of Ultramarine #220CAD

Tints of Ultramarine #220CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 79%

R = 15.53%
G = 5.48%
B = 79%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#220CAD (or 0x220CAD) is known color: Ultramarine. HEX triplet: 22, 0C and AD. RGB value is (34,12,173). Sum of RGB (Red+Green+Blue) = 34+12+173=219 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.53% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 173 (67.97% from 255 or 79.00% from 219); Max value from RGB is 173 - color contains mainly: blue. Hex color #220CAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220CAD is #DDF352. Grayscale: #242424. Windows color (decimal): -14545747 or 11340834. OLE color: 11340834.

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

Color convert

RGB 34 12 173 -
CMYK 0.80 0.93 0 0.32
HSL 248.2º 0.87% 0.36% -
HSV(B) 248.2º 0.93% 0.68% -
XYZ 8.33 3.62 39.79 -
YUV 36.93 204.79 125.91 -
System Red Green Blue C M Y K H S L
Decimal 34 12 173 0.80 0.93 0 0.32 248.2 0.87 0.36
Hex 22 C AD 50 5D 0 20 F8 57 24
Octal 42 14 255 120 135 0 40 370 127 44
Binary 100010 1100 10101101 1010000 1011101 0 100000 11111000 1010111 100100

Color Harmonies of #220CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220CAD

Black with #220CAD

Text Example


Text Example

White with #220CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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