Html Css Color HEX #160299 Ultramarine

📋 copy color: '#160299'

red 22 ◦ green 2 ◦ blue 153

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

Shades of Ultramarine #160299

Tints of Ultramarine #160299

RGB

 RED value IS 22 (8.98% from 255) = 12.43%

 GREEN value IS 2 (1.17% from 255) = 1.13%

 BLUE value IS 153 (60.16% from 255) = 86.44%

R = 12.43%
G = 1.13%
B = 86.44%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#160299 (or 0x160299) is known color: Ultramarine. HEX triplet: 16, 02 and 99. RGB value is (22,2,153). Sum of RGB (Red+Green+Blue) = 22+2+153=177 (23% of max value = 765). Red value is 22 (8.98% from 255 or 12.43% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 153 (60.16% from 255 or 86.44% from 177); Max value from RGB is 153 - color contains mainly: blue. Hex color #160299 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #160299 is #E9FD66. Grayscale: #181818. Windows color (decimal): -15334759 or 10027542. OLE color: 10027542.

HSL color Cylindrical-coordinate representation of color #160299: hue angle of 247.95º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #160299 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 22 2 153 -
CMYK 0.86 0.99 0 0.4
HSL 247.95º 0.97% 0.3% -
HSV(B) 247.95º 0.99% 0.6% -
XYZ 6.1 2.51 30.3 -
YUV 25.19 200.13 125.72 -
System Red Green Blue C M Y K H S L
Decimal 22 2 153 0.86 0.99 0 0.4 247.95 0.97 0.3
Hex 16 2 99 56 63 0 28 F8 61 1E
Octal 26 2 231 126 143 0 50 370 141 36
Binary 10110 10 10011001 1010110 1100011 0 101000 11111000 1100001 11110

Color Harmonies of #160299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #160299

Black with #160299

Text Example


Text Example

White with #160299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #160299; }

 p { color: rgb(22,2,153); }

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

background-color css

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

 a { background-color: rgb(22,2,153); }

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

border-color css

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

 span { border-color: rgb(22,2,153); }

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