Html Css Color HEX #220FB4 Ultramarine

📋 copy color: '#220FB4'

red 34 ◦ green 15 ◦ blue 180

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

Shades of Ultramarine #220FB4

Tints of Ultramarine #220FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 78.6%

R = 14.85%
G = 6.55%
B = 78.6%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#220FB4 (or 0x220FB4) is known color: Ultramarine. HEX triplet: 22, 0F and B4. RGB value is (34,15,180). Sum of RGB (Red+Green+Blue) = 34+15+180=229 (30% of max value = 765). Red value is 34 (13.67% from 255 or 14.85% from 229); Green value is 15 (6.25% from 255 or 6.55% from 229); Blue value is 180 (70.70% from 255 or 78.60% from 229); Max value from RGB is 180 - color contains mainly: blue. Hex color #220FB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220FB4 is #DDF04B. Grayscale: #262626. Windows color (decimal): -14544972 or 11800354. OLE color: 11800354.

HSL color Cylindrical-coordinate representation of color #220FB4: hue angle of 246.91º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #220FB4 is Cyan = 0.81, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 34 15 180 -
CMYK 0.81 0.92 0 0.29
HSL 246.91º 0.85% 0.38% -
HSV(B) 246.91º 0.92% 0.71% -
XYZ 9.07 3.98 43.47 -
YUV 39.49 207.29 124.08 -
System Red Green Blue C M Y K H S L
Decimal 34 15 180 0.81 0.92 0 0.29 246.91 0.85 0.38
Hex 22 F B4 51 5C 0 1D F7 55 26
Octal 42 17 264 121 134 0 35 367 125 46
Binary 100010 1111 10110100 1010001 1011100 0 11101 11110111 1010101 100110

Color Harmonies of #220FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220FB4

Black with #220FB4

Text Example


Text Example

White with #220FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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