Html Css Color HEX #220FAB Ultramarine

📋 copy color: '#220FAB'

red 34 ◦ green 15 ◦ blue 171

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

Shades of Ultramarine #220FAB

Tints of Ultramarine #220FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 77.73%

R = 15.45%
G = 6.82%
B = 77.73%

CMYK

 C value IS 0.80

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#220FAB (or 0x220FAB) is known color: Ultramarine. HEX triplet: 22, 0F and AB. RGB value is (34,15,171). Sum of RGB (Red+Green+Blue) = 34+15+171=220 (29% of max value = 765). Red value is 34 (13.67% from 255 or 15.45% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 171 (67.19% from 255 or 77.73% from 220); Max value from RGB is 171 - color contains mainly: blue. Hex color #220FAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220FAB is #DDF054. Grayscale: #252525. Windows color (decimal): -14544981 or 11210530. OLE color: 11210530.

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

Color convert

RGB 34 15 171 -
CMYK 0.80 0.91 0 0.33
HSL 247.31º 0.84% 0.36% -
HSV(B) 247.31º 0.91% 0.67% -
XYZ 8.18 3.62 38.8 -
YUV 38.47 202.79 124.82 -
System Red Green Blue C M Y K H S L
Decimal 34 15 171 0.80 0.91 0 0.33 247.31 0.84 0.36
Hex 22 F AB 50 5B 0 21 F7 54 24
Octal 42 17 253 120 133 0 41 367 124 44
Binary 100010 1111 10101011 1010000 1011011 0 100001 11110111 1010100 100100

Color Harmonies of #220FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220FAB

Black with #220FAB

Text Example


Text Example

White with #220FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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