Html Css Color HEX #2C169B Ultramarine

📋 copy color: '#2C169B'

red 44 ◦ green 22 ◦ blue 155

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

Shades of Ultramarine #2C169B

Tints of Ultramarine #2C169B

RGB

 RED value IS 44 (17.58% from 255) = 19.91%

 GREEN value IS 22 (8.98% from 255) = 9.95%

 BLUE value IS 155 (60.94% from 255) = 70.14%

R = 19.91%
G = 9.95%
B = 70.14%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#2C169B (or 0x2C169B) is known color: Ultramarine. HEX triplet: 2C, 16 and 9B. RGB value is (44,22,155). Sum of RGB (Red+Green+Blue) = 44+22+155=221 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.91% from 221); Green value is 22 (8.98% from 255 or 9.95% from 221); Blue value is 155 (60.94% from 255 or 70.14% from 221); Max value from RGB is 155 - color contains mainly: blue. Hex color #2C169B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C169B is #D3E964. Grayscale: #2B2B2B. Windows color (decimal): -13887845 or 10163756. OLE color: 10163756.

HSL color Cylindrical-coordinate representation of color #2C169B: hue angle of 249.92º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2C169B is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 44 22 155 -
CMYK 0.72 0.86 0 0.39
HSL 249.92º 0.75% 0.35% -
HSV(B) 249.92º 0.86% 0.61% -
XYZ 7.24 3.48 31.3 -
YUV 43.74 190.79 128.19 -
System Red Green Blue C M Y K H S L
Decimal 44 22 155 0.72 0.86 0 0.39 249.92 0.75 0.35
Hex 2C 16 9B 48 56 0 27 FA 4B 23
Octal 54 26 233 110 126 0 47 372 113 43
Binary 101100 10110 10011011 1001000 1010110 0 100111 11111010 1001011 100011

Color Harmonies of #2C169B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C169B

Black with #2C169B

Text Example


Text Example

White with #2C169B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C169B; }

 p { color: rgb(44,22,155); }

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

background-color css

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

 a { background-color: rgb(44,22,155); }

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

border-color css

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

 span { border-color: rgb(44,22,155); }

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