#1D353D

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

Shades of Oxford Blue #1D353D

Tints of Oxford Blue #1D353D

Color information

#1D353D (or 0x1D353D) is unknown color: approx Oxford Blue. HEX triplet: 1D, 35 and 3D. RGB value is (29,53,61). Sum of RGB (Red+Green+Blue) = 29+53+61=143 (18% of max value = 765). Red value is 29 (11.72% from 255 or 20.28% from 143); Green value is 53 (21.09% from 255 or 37.06% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D353D is #E2CAC2. Grayscale: #2E2E2E. Windows color (decimal): -14863043 or 4011293. OLE color: 4011293.

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

Color convert

RGB295361-
CMYK0.520.1300.76
HSL195º35.56%17.65%-
HSV(B)195º52.46%23.92%-
XYZ2.623.144.88-
YUV46.74136.05115.35-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.28%
GREEN value IS 53 (21.09% from 255) = 37.06%
BLUE value IS 61 (24.22% from 255) = 42.66%
R=20.28%
G=37.06%
B=42.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2953610.520.1300.7619535.5617.65
Hex1D353D34D04Cc32412
Octal356575641501143034422
Binary111011101011111011101001101010011001100001110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D353D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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