Html Css Color HEX #2C169F Ultramarine

📋 copy color: '#2C169F'

red 44 ◦ green 22 ◦ blue 159

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

Shades of Ultramarine #2C169F

Tints of Ultramarine #2C169F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 70.67%

R = 19.56%
G = 9.78%
B = 70.67%

CMYK

 C value IS 0.72

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2C169F (or 0x2C169F) is known color: Ultramarine. HEX triplet: 2C, 16 and 9F. RGB value is (44,22,159). Sum of RGB (Red+Green+Blue) = 44+22+159=225 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.56% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 159 (62.5% from 255 or 70.67% from 225); Max value from RGB is 159 - color contains mainly: blue. Hex color #2C169F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2C169F is #D3E960. Grayscale: #2B2B2B. Windows color (decimal): -13887841 or 10425900. OLE color: 10425900.

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

Color convert

RGB 44 22 159 -
CMYK 0.72 0.86 0 0.38
HSL 249.64º 0.76% 0.35% -
HSV(B) 249.64º 0.86% 0.62% -
XYZ 7.58 3.61 33.1 -
YUV 44.2 192.79 127.86 -
System Red Green Blue C M Y K H S L
Decimal 44 22 159 0.72 0.86 0 0.38 249.64 0.76 0.35
Hex 2C 16 9F 48 56 0 26 FA 4C 23
Octal 54 26 237 110 126 0 46 372 114 43
Binary 101100 10110 10011111 1001000 1010110 0 100110 11111010 1001100 100011

Color Harmonies of #2C169F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C169F

Black with #2C169F

Text Example


Text Example

White with #2C169F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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