Html Css Color HEX #1C2C48 Midnight

📋 copy color: '#1C2C48'

red 28 ◦ green 44 ◦ blue 72

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

Shades of Midnight #1C2C48

Tints of Midnight #1C2C48

RGB

 RED value IS 28 (11.33% from 255) = 19.44%

 GREEN value IS 44 (17.58% from 255) = 30.56%

 BLUE value IS 72 (28.52% from 255) = 50%

R = 19.44%
G = 30.56%
B = 50%

CMYK

 C value IS 0.61

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#1C2C48 (or 0x1C2C48) is known color: Midnight. HEX triplet: 1C, 2C and 48. RGB value is (28,44,72). Sum of RGB (Red+Green+Blue) = 28+44+72=144 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.44% from 144); Green value is 44 (17.58% from 255 or 30.56% from 144); Blue value is 72 (28.52% from 255 or 50% from 144); Max value from RGB is 72 - color contains mainly: blue. Hex color #1C2C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2C48 is #E3D3B7. Grayscale: #2A2A2A. Windows color (decimal): -14930872 or 4729884. OLE color: 4729884.

HSL color Cylindrical-coordinate representation of color #1C2C48: hue angle of 218.18º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C2C48 is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 28 44 72 -
CMYK 0.61 0.39 0 0.72
HSL 218.18º 0.44% 0.2% -
HSV(B) 218.18º 0.61% 0.28% -
XYZ 2.55 2.52 6.48 -
YUV 42.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 28 44 72 0.61 0.39 0 0.72 218.18 0.44 0.2
Hex 1C 2C 48 3D 27 0 48 DA 2C 14
Octal 34 54 110 75 47 0 110 332 54 24
Binary 11100 101100 1001000 111101 100111 0 1001000 11011010 101100 10100

Color Harmonies of #1C2C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C2C48

Black with #1C2C48

Text Example


Text Example

White with #1C2C48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C2C48; }

 p { color: rgb(28,44,72); }

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

background-color css

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

 a { background-color: rgb(28,44,72); }

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

border-color css

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

 span { border-color: rgb(28,44,72); }

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