#1C353D

Color #1C353D Oxford Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxford Blue #1C353D

Tints of Oxford Blue #1C353D

Color information

#1C353D (or 0x1C353D) is unknown color: approx Oxford Blue. HEX triplet: 1C, 35 and 3D. RGB value is (28,53,61). Sum of RGB (Red+Green+Blue) = 28+53+61=142 (18% of max value = 765). Red value is 28 (11.33% from 255 or 19.72% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 61 - color contains mainly: blue. Hex color #1C353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C353D is #E3CAC2. Grayscale: #2E2E2E. Windows color (decimal): -14928579 or 4011292. OLE color: 4011292.

HSL color Cylindrical-coordinate representation of color #1C353D: hue angle of 194.55º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C353D is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB285361-
CMYK0.540.1300.76
HSL194.55º37.08%17.45%-
HSV(B)194.55º54.1%23.92%-
XYZ2.593.134.88-
YUV46.44136.22114.85-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.72%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 61 (24.22% from 255) = 42.96%
R=19.72%
G=37.32%
B=42.96%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2853610.540.1300.76194.5537.0817.45
Hex1C353D36D04Cc32511
Octal346575661501143034521
Binary111001101011111011101101101010011001100001110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,53,61); }

 H1.HeaderClassName
 {
   color: #1C353D;
 }
 .AnyTagClassName
 {
   color: #1C353D;
 }
</style>
background-color css

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

 a { background-color: rgb(28,53,61); }

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

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

 span { border-color: rgb(28,53,61); }

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