Html Css Color HEX #1F353D Oxford Blue

📋 copy color: '#1F353D'

red 31 ◦ green 53 ◦ blue 61

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

Shades of Oxford Blue #1F353D

Tints of Oxford Blue #1F353D

RGB

 RED value IS 31 (12.5% from 255) = 21.38%

 GREEN value IS 53 (21.09% from 255) = 36.55%

 BLUE value IS 61 (24.22% from 255) = 42.07%

R = 21.38%
G = 36.55%
B = 42.07%

CMYK

 C value IS 0.49

 M value IS 0.13

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#1F353D (or 0x1F353D) is known color: Oxford Blue. HEX triplet: 1F, 35 and 3D. RGB value is (31,53,61). Sum of RGB (Red+Green+Blue) = 31+53+61=145 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.38% from 145); Green value is 53 (21.09% from 255 or 36.55% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F353D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F353D is #E0CAC2. Grayscale: #2F2F2F. Windows color (decimal): -14731971 or 4011295. OLE color: 4011295.

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

Color convert

RGB 31 53 61 -
CMYK 0.49 0.13 0 0.76
HSL 196º 0.33% 0.18% -
HSV(B) 196º 0.49% 0.24% -
XYZ 2.68 3.17 4.89 -
YUV 47.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 31 53 61 0.49 0.13 0 0.76 196 0.33 0.18
Hex 1F 35 3D 31 D 0 4C C4 21 12
Octal 37 65 75 61 15 0 114 304 41 22
Binary 11111 110101 111101 110001 1101 0 1001100 11000100 100001 10010

Color Harmonies of #1F353D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F353D

Black with #1F353D

Text Example


Text Example

White with #1F353D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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