Html Css Color HEX #220F9A Ultramarine

📋 copy color: '#220F9A'

red 34 ◦ green 15 ◦ blue 154

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

Shades of Ultramarine #220F9A

Tints of Ultramarine #220F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 75.86%

R = 16.75%
G = 7.39%
B = 75.86%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#220F9A (or 0x220F9A) is known color: Ultramarine. HEX triplet: 22, 0F and 9A. RGB value is (34,15,154). Sum of RGB (Red+Green+Blue) = 34+15+154=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 15 (6.25% from 255 or 7.39% from 203); Blue value is 154 (60.55% from 255 or 75.86% from 203); Max value from RGB is 154 - color contains mainly: blue. Hex color #220F9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #220F9A is #DDF065. Grayscale: #232323. Windows color (decimal): -14544998 or 10096418. OLE color: 10096418.

HSL color Cylindrical-coordinate representation of color #220F9A: hue angle of 248.2º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #220F9A is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 34 15 154 -
CMYK 0.78 0.90 0 0.40
HSL 248.2º 0.82% 0.33% -
HSV(B) 248.2º 0.9% 0.6% -
XYZ 6.66 3.01 30.8 -
YUV 36.53 194.29 126.2 -
System Red Green Blue C M Y K H S L
Decimal 34 15 154 0.78 0.90 0 0.40 248.2 0.82 0.33
Hex 22 F 9A 4E 5A 0 28 F8 52 21
Octal 42 17 232 116 132 0 50 370 122 41
Binary 100010 1111 10011010 1001110 1011010 0 101000 11111000 1010010 100001

Color Harmonies of #220F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220F9A

Black with #220F9A

Text Example


Text Example

White with #220F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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